Treesaver / treesaver

JavaScript library for creating column and page-based layouts
GNU General Public License v2.0
1.06k stars 112 forks source link

Fix hasClass on SVG #318

Open giorgian opened 11 years ago

giorgian commented 11 years ago

SVG on some Webkit versions (notably: iOS) don't have attribute classList.

andreacampi commented 10 years ago

See https://github.com/andreacampi/treesaver/tree/318-test-case

This test is passing (without your change) on the iOS simulator with iOS 5.0, 5.1, 6.0 and 6.1 Can you try again to replicate this issue?