fix paths that I broke when updating codemirror

This commit is contained in:
ansuz
2016-06-23 12:44:11 +02:00
parent 82a9b05d5f
commit b3deb9531d
489 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
var blint = require("blint");
["mode", "lib", "addon", "keymap"].forEach(function(dir) {
blint.checkDir(dir, {
browser: true,
allowedGlobals: ["CodeMirror", "define", "test", "requirejs"],
blob: "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: http:\/\/codemirror.net\/LICENSE\n\n"
});
});
module.exports = {ok: blint.success()};