Author: scottbw
Date: Sun Feb 28 21:45:29 2010
New Revision: 917300
URL: http://svn.apache.org/viewvc?rev=917300&view=rev
Log:
Removed some spurious test code in the Natter widget
Modified:
incubator/wookie/trunk/widgets/natter/chat.js
Modified: incubator/wookie/trunk/widgets/natter/chat.js
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/chat.js?rev=917300&r1=917299&r2=917300&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/chat.js (original)
+++ incubator/wookie/trunk/widgets/natter/chat.js Sun Feb 28 21:45:29 2010
@@ -50,7 +50,6 @@
wave.setParticipantCallback(refreshMemberList);
Widget.onLocked = handleLocked;
Widget.onUnlocked = handleUnlocked;
- wave.getState().submitDelta({"test":"testvalue"});
if(!isActive){
isActive = true;
if (wave.getViewer() != null){