From f2efea64d79b59fd3d43115fe839d49a32822274 Mon Sep 17 00:00:00 2001 From: Mudassir Date: Thu, 12 Jun 2014 17:49:15 +0530 Subject: [PATCH] renamed the undefined plugins variable to selector_plugins --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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