Skip to content

Commit 6cc9c57

Browse files
committed
Test done!
1 parent 8b26259 commit 6cc9c57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ function clean(cb) {
4545

4646
const build = parallel(series(sassTask, css), javascript)
4747

48+
exports.test = test;
4849
exports.build = build;
4950
exports.default = series(clean, build);

jquery.nestable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Nestable jQuery Plugin - Copyright (c) 2014 Ramon Smit - https://github.com/RamonSmit/Nestable
33
*/
44

5-
(function($, window, document, undefined) {
5+
(function($, window, document) {
66
var hasTouch = 'ontouchstart' in document;
77

88
/**

0 commit comments

Comments
 (0)