Skip to content

Commit 8ba5ccd

Browse files
committed
Merge pull request selectize#472 from mudassir0909/issue/grunt_build
renamed the undefined plugins variable to selector_plugins
2 parents 28ffabd + f2efea6 commit 8ba5ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = function(grunt) {
8989
if (!selector_plugins) return;
9090

9191
if (selector_plugins.indexOf(',') !== -1) {
92-
selector_plugins = '{' + plugins.split(/\s*,\s*/).join(',') + '}';
92+
selector_plugins = '{' + selector_plugins.split(/\s*,\s*/).join(',') + '}';
9393
}
9494

9595
// javascript

0 commit comments

Comments
 (0)