blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

IE8 breaks because of getOwnPropertyNames #167

Closed jsoref closed 10 years ago

jsoref commented 10 years ago

Steps:

  1. click "Global Settings"

Actual results: [object Object] appears in a bunch of places, and there's an error in F12.

The fix is to replace getOwnPropertyNames() with keys()

rcruz commented 10 years ago

Promoting to 2.1