add missing semicolon

just happened to notice it
This commit is contained in:
David Greenspan
2013-12-07 12:39:32 -08:00
committed by David Glasser
parent 830aa7036c
commit 6300a72381

View File

@@ -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);