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 2012/02/10 23:02:11 UTC

svn commit: r1242953 - /shindig/trunk/content/samplecontainer/examples/conservcontainer/index.html

Author: rbaxter85
Date: Fri Feb 10 22:02:11 2012
New Revision: 1242953

URL: http://svn.apache.org/viewvc?rev=1242953&view=rev
Log:
Small fix to make sure the selection is an array

Modified:
    shindig/trunk/content/samplecontainer/examples/conservcontainer/index.html

Modified: shindig/trunk/content/samplecontainer/examples/conservcontainer/index.html
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/conservcontainer/index.html?rev=1242953&r1=1242952&r2=1242953&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/conservcontainer/index.html (original)
+++ shindig/trunk/content/samplecontainer/examples/conservcontainer/index.html Fri Feb 10 22:02:11 2012
@@ -135,7 +135,7 @@
 				element.style.background = "#CCC";
 				
 				// set selection
-				setSelection(allPeople[id]);
+				setSelection([allPeople[id]]);
 		     }
 
 		     function render(data) {