Author: lryan
Date: Wed Feb  6 00:46:58 2008
New Revision: 618923

URL: http://svn.apache.org/viewvc?rev=618923&view=rev
Log:
Fix issue where core feature is output out-of-order

Modified:
    incubator/shindig/trunk/features/core/core.js

Modified: incubator/shindig/trunk/features/core/core.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/core.js?rev=618923&r1=618922&r2=618923&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core/core.js (original)
+++ incubator/shindig/trunk/features/core/core.js Wed Feb  6 00:46:58 2008
@@ -1 +1 @@
-var gadgets = {};
+var gadgets = gadgets || {};


Reply via email to