update dependencies + eslint

This commit is contained in:
ido 2015-03-17 14:10:44 +02:00
parent e0f3501db7
commit b407e8b849
2 changed files with 4 additions and 4 deletions

View File

@ -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"
},

View File

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