digitalfruit / limejs

HTML5 game framework for web and iOS
http://www.limejs.com
Apache License 2.0
1.4k stars 280 forks source link

Fix for IE9 and IE10 with running out of storage. #130

Closed Ziugy closed 10 years ago

Ziugy commented 10 years ago

Was running into SCRIPT14: Not enough storage is available to complete this operation.

frame.js, line 141 character 30

on IE9 and IE10

Reverted to just using addCssRule and it has been working just fine. Maybe this was an issue with a previous version of google closure?

tonistiigi commented 10 years ago

You tested this on IE9?

Ziugy commented 10 years ago

I'm using Parallels running Windows 8. I tested on IE9 and IE10 using IE10's compatibility feature.

tonistiigi commented 10 years ago

Merged. Thanks!