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:30:02 UTC

svn commit: r1514555 - /shindig/branches/2.5.0-updateX/content/containers/commoncontainer/viewsMenu.json

Author: rbaxter85
Date: Fri Aug 16 01:30:02 2013
New Revision: 1514555

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

Modified:
    shindig/branches/2.5.0-updateX/content/containers/commoncontainer/viewsMenu.json

Modified: shindig/branches/2.5.0-updateX/content/containers/commoncontainer/viewsMenu.json
URL: http://svn.apache.org/viewvc/shindig/branches/2.5.0-updateX/content/containers/commoncontainer/viewsMenu.json?rev=1514555&r1=1514554&r2=1514555&view=diff
==============================================================================
--- shindig/branches/2.5.0-updateX/content/containers/commoncontainer/viewsMenu.json (original)
+++ shindig/branches/2.5.0-updateX/content/containers/commoncontainer/viewsMenu.json Fri Aug 16 01:30:02 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