Remove used 'value' variable from compressPaths.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -45,7 +45,7 @@ module.exports = function (grunt) { | ... | @@ -45,7 +45,7 @@ module.exports = function (grunt) { |
45 | 45 | ||
46 | grunt.registerTask('fixRequireConfig', function fixRequireConfig() { | 46 | grunt.registerTask('fixRequireConfig', function fixRequireConfig() { |
47 | function compressPaths(paths, result) { | 47 | function compressPaths(paths, result) { |
48 | var prop, value, ptr, i, token, tokens, last; | 48 | var prop, ptr, i, token, tokens, last; |
49 | for (prop in paths) { | 49 | for (prop in paths) { |
50 | ptr = result; | 50 | ptr = result; |
51 | tokens = prop.split('/'); | 51 | tokens = prop.split('/'); | ... | ... |
-
Please register or sign in to post a comment