pixedelic / Camera

http://www.pixedelic.com/plugins/camera/
494 stars 309 forks source link

Fix: Uncaught Error: NotFoundError: DOM Exception 8 on Chrome 27 #25

Open marcoala opened 11 years ago

marcoala commented 11 years ago

This seems a chrome bug, solved by replacing "new Image()" with "document.createElement('img')".

Tested on Chrome 27.0.1453.94, Windows 7 Professional

note: second commit updates the change also for camera.min.js, I've accidentaly commited before writing the message, now I can't use a git client to correct.