update jshint

This commit is contained in:
nightwing 2012-09-05 10:29:23 +04:00
commit d03f2ae38b
2 changed files with 117 additions and 58 deletions

View file

@ -6,7 +6,7 @@ var https = require("https")
var rootDir = __dirname + "/../lib/ace/"
var deps = [{
path: "worker/jshint.js",
path: "mode/javascript/jshint.js",
url: "https://raw.github.com/jshint/jshint/master/jshint.js",
needsFixup: true,
postProcess: function(t) {