Skip to content

Commit

Permalink
renamed the undefined plugins variable to selector_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mudassir0909 committed Jun 12, 2014
1 parent b64e193 commit f2efea6
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 f2efea6

Please sign in to comment.