update dependencies + eslint
This commit is contained in:
parent
e0f3501db7
commit
b407e8b849
|
@ -25,7 +25,7 @@
|
|||
"cheerio": "^0.18.0",
|
||||
"escodegen": "^1.6.1",
|
||||
"esprima-harmony": "^7001.1.0-dev-harmony-fb",
|
||||
"lodash": "^3.4.0",
|
||||
"lodash": "^3.5.0",
|
||||
"optionator": "^0.5.0",
|
||||
"text-table": "^0.2.0"
|
||||
},
|
||||
|
@ -38,9 +38,9 @@
|
|||
"grunt-contrib-requirejs": "^0.4.4",
|
||||
"grunt-contrib-uglify": "^0.8.0",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-eslint": "^7.0.1",
|
||||
"grunt-eslint": "^9.0.0",
|
||||
"grunt-node-tap": "^0.1.61",
|
||||
"istanbul": "^0.3.7",
|
||||
"istanbul": "^0.3.8",
|
||||
"react": "^0.12.2",
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
|
|
|
@ -95,7 +95,7 @@ define(['react', 'lodash', 'jquery', './libs/codemirror-4.8/lib/codemirror'], fu
|
|||
}
|
||||
var poll = setInterval(function () {
|
||||
if (tooltip) {
|
||||
for (var n = node;; n = n.parentNode) {
|
||||
for (var n = node; ; n = n.parentNode) {
|
||||
if (n === document.body) {
|
||||
return undefined;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue