Remove all whitespace

The results of running this command::

    find . -name \*.js -print0 | xargs -0 perl -p -i -e "s|[ \t]+$||"

(Split from #136)
This commit is contained in:
Chris Adams 2013-06-19 13:33:25 -04:00
parent 91e4edafd0
commit 9f6f164d9f
31 changed files with 976 additions and 975 deletions

View File

@ -131,6 +131,7 @@ module.exports = function(grunt) {
browser: true,
eqeqeq: false,
loopfunc: false,
trailing: true,
globals: {
OpenSeadragon: true
}