fix whitespace

This commit is contained in:
Josh Schmidt
2013-12-17 22:44:57 -07:00
parent 6ff68041de
commit d8d40c1d87

View File

@@ -5,7 +5,7 @@ tree.Extend = function Extend(selector, option, index) {
this.option = option;
this.index = index;
this.object_id = tree.Extend.next_id++;
this.parent_ids = [this.object_id];
this.parent_ids = [this.object_id];
switch(option) {
case "all":