You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2013/08/16 03:43:35 UTC

svn commit: r1514557 - /shindig/trunk/content/containers/commoncontainer/viewsMenu.json

Author: rbaxter85
Date: Fri Aug 16 01:43:35 2013
New Revision: 1514557

URL: http://svn.apache.org/r1514557
Log:
Common container sample loads with a JavaScript error due to invalid JSON
SHINDIG-1925
Mike Pawlowski

Modified:
    shindig/trunk/content/containers/commoncontainer/viewsMenu.json

Modified: shindig/trunk/content/containers/commoncontainer/viewsMenu.json
URL: http://svn.apache.org/viewvc/shindig/trunk/content/containers/commoncontainer/viewsMenu.json?rev=1514557&r1=1514556&r2=1514557&view=diff
==============================================================================
--- shindig/trunk/content/containers/commoncontainer/viewsMenu.json (original)
+++ shindig/trunk/content/containers/commoncontainer/viewsMenu.json Fri Aug 16 01:43:35 2013
@@ -2,6 +2,6 @@
   [
     {"name": "home", "value": "home", "height": "400px", "width": "450px"},
     {"name": "canvas", "value": "canvas", "height": "500px", "width": "800px"},
-    {"name": "profile", "profile", "height": "500px", "width": "300px"}
+    {"name": "profile", "value": "profile", "height": "500px", "width": "300px"}
   ]
 }
\ No newline at end of file