mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
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:
parent
91e4edafd0
commit
9f6f164d9f
@ -131,6 +131,7 @@ module.exports = function(grunt) {
|
|||||||
browser: true,
|
browser: true,
|
||||||
eqeqeq: false,
|
eqeqeq: false,
|
||||||
loopfunc: false,
|
loopfunc: false,
|
||||||
|
trailing: true,
|
||||||
globals: {
|
globals: {
|
||||||
OpenSeadragon: true
|
OpenSeadragon: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user