Cleanup + fix typo on export

This commit is contained in:
Nicolas Guillaumin 2013-04-13 10:57:16 +10:00
commit 8f0b5abb3a
2 changed files with 1 additions and 5 deletions

View file

@ -42,9 +42,5 @@ var Mode = function() {
};
oop.inherits(Mode, TextMode);
(function() {
}).call(Mode.prototype);
exports.Mode = Mode;
});

View file

@ -81,6 +81,6 @@ var PropertiesHighlightRules = function() {
oop.inherits(PropertiesHighlightRules, TextHighlightRules);
exports.PropetiesHighlightRules = PropertiesHighlightRules;
exports.PropertiesHighlightRules = PropertiesHighlightRules;
});