remove mootools components
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user