diff options
author | Hakim El Hattab | 2012-11-22 09:10:34 -0500 |
---|---|---|
committer | Hakim El Hattab | 2012-11-22 09:10:34 -0500 |
commit | 34b36753f554ff948944f9fc4d375c351d7d940b (patch) | |
tree | 8b684c3ab5d8604c9256e3f83aaa20e15a4a945a /grunt.js | |
parent | 9d0cb0fec7cef699e1a907958eebb80f3b569a77 (diff) | |
parent | 6ffa60f5d2e19b9e93fed34672ac860c4206e3c4 (diff) |
slide method now accepts fragment index argument #228
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ module.exports = function(grunt) { }, globals: { head: false, - module: false + module: false, + console: false } }, |