defining module name in iconSelect module

This commit is contained in:
Julian Lam
2015-01-20 20:55:22 -05:00
parent f8a03c4fca
commit 093e499bf8

View File

@@ -2,7 +2,7 @@
/* globals define, bootbox */
define(function() {
define('iconSelect', function() {
var iconSelect = {};
iconSelect.init = function(el, onModified) {