mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add missing semicolon
just happened to notice it
This commit is contained in:
committed by
David Glasser
parent
830aa7036c
commit
6300a72381
@@ -156,9 +156,8 @@ var handler = function (compileStep, isLiterate) {
|
||||
|
||||
var literateHandler = function (compileStep) {
|
||||
return handler(compileStep, true);
|
||||
}
|
||||
};
|
||||
|
||||
Plugin.registerSourceHandler("coffee", handler);
|
||||
Plugin.registerSourceHandler("litcoffee", literateHandler);
|
||||
Plugin.registerSourceHandler("coffee.md", literateHandler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user