Skip to content

Commit

Permalink
fix: don't use global bootbox obj
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Feb 8, 2021
1 parent 674a31d commit cfa0d42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/src/modules/categorySelector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

define('categorySelector', ['categorySearch'], function (categorySearch) {
define('categorySelector', [
'categorySearch', 'bootbox',
], function (categorySearch, bootbox) {
var categorySelector = {};

categorySelector.init = function (el, options) {
Expand Down

0 comments on commit cfa0d42

Please sign in to comment.