add id to all modes

This commit is contained in:
nightwing 2013-12-05 23:38:45 +04:00
commit a0ab8baa56
99 changed files with 121 additions and 5 deletions

View file

@ -107,6 +107,7 @@ oop.inherits(Mode, TextMode);
doc.remove(new Range(row, indent.length-tab.length, row, indent.length));
};
this.$id = "ace/mode/python";
}).call(Mode.prototype);
exports.Mode = Mode;