removing .bind mootools call (phase 1/2)

This commit is contained in:
Ezequiel Bergamaschi
2014-07-06 01:15:34 -03:00
parent fb5546111e
commit fe59b1ce46
17 changed files with 126 additions and 120 deletions

View File

@@ -286,7 +286,7 @@ mindplot.model.INodeModel = new Class({
result = result + key + ":" + value + ",";
});
result = result + "}"
}.bind(this));
});
}
result = result + ' }';