Skip to content

Commit 4bdd22e

Browse files
committed
Removing waste require module
1 parent 60b7e56 commit 4bdd22e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

js/bubble.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77

88
define([
99
"jquery",
10-
"core/options",
1110
"modules/module",
1211
"modules/innerNavigation",
1312
"modules/css",
1413
"text!npmPlugins/sourcejs-bubble/templates/bubble.html"
15-
], function ($, opt, module, innerNavigation, css, template) {
14+
], function ($, module, innerNavigation, css, template) {
1615

1716
var moduleCss = new css("sourcejs-bubble/bubble.css");
1817

@@ -507,4 +506,4 @@ define([
507506

508507
return new Bubble();
509508

510-
});
509+
});

0 commit comments

Comments
 (0)