Skip to content

Commit

Permalink
Merge pull request selectize#472 from mudassir0909/issue/grunt_build
Browse files Browse the repository at this point in the history
renamed the undefined plugins variable to selector_plugins
  • Loading branch information
brianreavis committed Jun 29, 2014
2 parents 28ffabd + f2efea6 commit 8ba5ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = function(grunt) {
if (!selector_plugins) return;

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

// javascript
Expand Down

0 comments on commit 8ba5ccd

Please sign in to comment.