typo, option should not be commented out.

This commit is contained in:
Luke Page
2015-01-03 15:18:35 +00:00
parent 2222910438
commit d91394f377

View File

@@ -95,7 +95,7 @@ module.exports = function (grunt) {
banner: '<%= meta.banner %>',
mangle: true,
compress: {
//pure_getters: true
pure_getters: true
}
},
dist: {