defining module name in iconSelect module

This commit is contained in:
Julian Lam
2015-01-20 20:55:22 -05:00
parent 22a619d9c7
commit 56200b0fdf

View File

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