Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Build "Improve config provider verification" commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolashemonic committed Feb 23, 2016
1 parent 0a66a98 commit 889a9b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/knockout-select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'use strict';

var bindingName = 'select2';
if (module && module.config().name) {
if (module && module.config() && module.config().name) {
bindingName = module.config().name;
}

Expand Down Expand Up @@ -81,4 +81,4 @@
}, 0);
}
};
});
});
2 changes: 1 addition & 1 deletion dist/knockout-select2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 889a9b8

Please sign in to comment.