Commit Graph

7 Commits

Author SHA1 Message Date
Chris Adams
9f6f164d9f Remove all whitespace
The results of running this command::

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

(Split from #136)
2013-06-19 13:33:27 -04:00
Ian Gilman
160da513cc Merge branch 'fullpage-class' of github.com:bgilbert/openseadragon into bgilbert-fullpage-class
Fixed Conflicts:
	test/test.html
2013-05-14 09:08:04 -07:00
Benjamin Gilbert
fd04647b1b Test addition/removal of fullpage class on viewer element 2013-05-13 22:35:27 -04:00
Ian Gilman
ed87ceb23f Sped up animation for basic test 2013-05-13 10:57:16 -07:00
Ian Gilman
4f13328609 Minor cleanups on basic test 2013-05-09 11:02:51 -07:00
Ian Gilman
b1758040a0 Added "home" and "click" tests 2013-03-21 13:44:22 -07:00
Ian Gilman
7f98c3cfa7 Renamed test js file so we can have more than one 2013-03-07 11:53:46 -08:00