You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/02/28 22:45:29 UTC

svn commit: r917300 - /incubator/wookie/trunk/widgets/natter/chat.js

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){