Skip to content

Commit c32155e

Browse files
committed
Merge pull request #128 from a-tarasyuk/master
Remove unnecessary dependency
2 parents 8080b42 + e4707e6 commit c32155e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/rzslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
if (typeof define === 'function' && define.amd) {
1717
// AMD. Register as an anonymous module.
18-
define(['angular', 'underscore'], factory);
18+
define(['angular'], factory);
1919
} else if (typeof module === 'object' && module.exports) {
2020
// Node. Does not work with strict CommonJS, but
2121
// only CommonJS-like environments that support module.exports,

0 commit comments

Comments
 (0)