selection -> selectedIDs

Overloading "selection" is a bad idea.
This commit is contained in:
John Firebaugh
2013-06-03 15:47:13 -07:00
parent eebd9aa030
commit a84a3364cc
23 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
return 'img/' + _;
};
context.selection = function() {
context.selectedIDs = function() {
return [];
};