mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
defining module name in iconSelect module
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/* globals define, bootbox */
|
||||
|
||||
define(function() {
|
||||
define('iconSelect', function() {
|
||||
var iconSelect = {};
|
||||
|
||||
iconSelect.init = function(el, onModified) {
|
||||
|
||||
Reference in New Issue
Block a user