josephernest / bigpicture.js

bigpicture.js is a Javascript library that allows infinite panning and infinite zooming in HTML pages.
https://josephernest.github.io/bigpicture.js/index.html
MIT License
809 stars 58 forks source link

Low Hanging jshint and malformed HTML stuff #9

Closed allain closed 9 years ago

allain commented 9 years ago

dangling

in bigpicture.html

And fixing semicolon and other trivial things in bigpicture.js. Includes trailing white space, unnecessary, and missing semi-colons.

josephernest commented 9 years ago

Thanks @allain for these improvements! I added everything you suggested, except image handling : this would need to be discussed about how to implement it (of course, we'll implement this, this is important :) ) : here is an issue I opened about this : https://github.com/josephernest/bigpicture.js/issues/12

allain commented 9 years ago

You're welcome. Sorry, didn't realize I'd added the image stuff in.