You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by zh...@apache.org on 2008/06/09 00:30:58 UTC

svn commit: r664571 - /incubator/shindig/trunk/features/views/views.js

Author: zhen
Date: Sun Jun  8 15:30:58 2008
New Revision: 664571

URL: http://svn.apache.org/viewvc?rev=664571&view=rev
Log:
Support v0.8 view names in gadgets.views.ViewType. (SHINDIG-347)


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

Modified: incubator/shindig/trunk/features/views/views.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/views/views.js?rev=664571&r1=664570&r2=664571&view=diff
==============================================================================
--- incubator/shindig/trunk/features/views/views.js (original)
+++ incubator/shindig/trunk/features/views/views.js Sun Jun  8 15:30:58 2008
@@ -151,5 +151,7 @@
 };
 
 gadgets.views.ViewType = gadgets.util.makeEnum([
+  "CANVAS", "HOME", "PREVIEW", "PROFILE",
+  // TODO Deprecate the following ViewTypes.
   "FULL_PAGE", "DASHBOARD", "POPUP"
 ]);