Cleanup + fix typo on export
This commit is contained in:
parent
258d00dcff
commit
8f0b5abb3a
2 changed files with 1 additions and 5 deletions
|
|
@ -42,9 +42,5 @@ var Mode = function() {
|
|||
};
|
||||
oop.inherits(Mode, TextMode);
|
||||
|
||||
(function() {
|
||||
|
||||
}).call(Mode.prototype);
|
||||
|
||||
exports.Mode = Mode;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -81,6 +81,6 @@ var PropertiesHighlightRules = function() {
|
|||
|
||||
oop.inherits(PropertiesHighlightRules, TextHighlightRules);
|
||||
|
||||
exports.PropetiesHighlightRules = PropertiesHighlightRules;
|
||||
exports.PropertiesHighlightRules = PropertiesHighlightRules;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue