Skip to content

Commit

Permalink
BUG custom classList methods from DOM Module
Browse files Browse the repository at this point in the history
- Conflict with other libraries (jQuery/jQuery UI) because it prototype over Object.
  • Loading branch information
Jo Santana committed Jan 19, 2016
1 parent bc229f1 commit 668966e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/longdash.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/longdash.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gulp.task('scripts', function()
.pipe(uglify())
.pipe(sourcemaps.write('.'))
.pipe(gulp.dest('dist'))
.pipe(notify('Longdash: Build'));
.pipe(notify({ message: 'Longdash: Build', onLast: true }));
});

gulp.task('default', function ()
Expand Down
4 changes: 2 additions & 2 deletions source/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
// Methods

//import("dom/get.js");
//import("dom/classlist/many.js");
//import("dom/classlist/arrays.js");
//xmport("dom/classlist/many.js");
//xmport("dom/classlist/arrays.js");

return exports;

Expand Down

0 comments on commit 668966e

Please sign in to comment.