We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8080b42 + e4707e6 commit c32155eCopy full SHA for c32155e
dist/rzslider.js
@@ -15,7 +15,7 @@
15
16
if (typeof define === 'function' && define.amd) {
17
// AMD. Register as an anonymous module.
18
- define(['angular', 'underscore'], factory);
+ define(['angular'], factory);
19
} else if (typeof module === 'object' && module.exports) {
20
// Node. Does not work with strict CommonJS, but
21
// only CommonJS-like environments that support module.exports,
0 commit comments