diff --git a/Gruntfile.js b/Gruntfile.js index 8f68bd55f..31debaa39 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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