Fix eslint version

This commit is contained in:
RainLoop Team 2016-07-01 01:50:11 +03:00
parent 8e8a041032
commit 8a6765faeb
15 changed files with 342 additions and 398 deletions

1
dev/External/ko.js vendored
View file

@ -407,6 +407,7 @@ ko.bindingHandlers.onTab = {
{
return fValueAccessor().call(oViewModel, !!oEvent.shiftKey);
}
return true;
});
ko.utils.domNodeDisposal.addDisposeCallback(oElement, function() {