Build: Update jscs and lint files

Fixes gh-2056
This commit is contained in:
Oleg Gaidarenko
2015-08-16 09:59:58 +03:00
parent 7aa46e0df8
commit 10fdad742a
129 changed files with 8640 additions and 7900 deletions

View File

@@ -1,4 +1,4 @@
define([
define( [
"../core",
"../queue",
"../effects" // Delay is optional because of this dependency
@@ -15,8 +15,8 @@ jQuery.fn.delay = function( time, type ) {
hooks.stop = function() {
window.clearTimeout( timeout );
};
});
} );
};
return jQuery.fn.delay;
});
} );