- Add restriction to the input name for the map

- Translate some pending resources.
This commit is contained in:
Paulo Gustavo Veiga
2012-09-28 09:13:05 -03:00
parent 1811749964
commit dbf8b0e28c
3 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,6 @@ mindplot.model.FeatureModel = new Class({
}
mindplot.model.FeatureModel._uuid = mindplot.model.FeatureModel._uuid + 1;
console.log(mindplot.model.FeatureModel._uuid);
return mindplot.model.FeatureModel._uuid;
}
},