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) {