SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
157 stars 39 forks source link

Is not working on chrome - length cannot be redefined #12

Closed dotnetwise closed 9 years ago

dotnetwise commented 10 years ago

On Chrome 30 and IE10 it says the length property cannot be redefined when you are tracking an array.

tp commented 10 years ago

Same in Firefox 31.0: ko.track([1,2,3]) => TypeError: can't redefine non-configurable property 'length'

archangel-irk commented 10 years ago

Use https://github.com/SteveSanderson/knockout-es5/pull/9

SteveSanderson commented 9 years ago

Fixed (thanks @archangel-irk)