hakimel / Fokus

MIT License
625 stars 87 forks source link

Fix bug on pages with predefined canvas background color #7

Closed alireza-ahmadi closed 11 years ago

alireza-ahmadi commented 11 years ago

In some pages with predefined canvas background color for canvas element like the website of the Foundation framework, script stopped working and only shows a colored canvas, I have fixed this issue by adding transparent background to the element, but because I dont know which js compressor is used to compress js file and build fokus.min.js, I dont changed it, so if you want to push my changes to your repository, please build that file first.

hakimel commented 11 years ago

Thanks, that's been merged in.