remove mootools components

This commit is contained in:
Ezequiel Bergamaschi
2014-12-26 18:09:30 -03:00
parent b55dd12495
commit 8a0194c26c
4 changed files with 10 additions and 130 deletions

View File

@@ -36,7 +36,7 @@ mindplot.model.FeatureModel = new Class({
this._attributes = {};
// Create type method ...
this['is' + type.camelCase() + 'Model'] = function () {
this['is' + $.camelCase(type) + 'Model'] = function () {
return true;
};
},
@@ -73,4 +73,4 @@ mindplot.model.FeatureModel = new Class({
getType:function () {
return this._type;
}
});
});