Commit e4707e60 authored by Alexander's avatar Alexander

Remove unnecessary dependency

parent 8080b426
......@@ -15,7 +15,7 @@
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['angular', 'underscore'], factory);
define(['angular'], factory);
} else if (typeof module === 'object' && module.exports) {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like environments that support module.exports,
......
This diff is collapsed.
......@@ -15,7 +15,7 @@
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['angular', 'underscore'], factory);
define(['angular'], factory);
} else if (typeof module === 'object' && module.exports) {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like environments that support module.exports,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment