angular/watchtower.js

Method invokation on primitive types is broken

Closed this issue · 0 comments

There are some issues in the method invokation mechanism which was added last night. Calling methods on primitives will not work, due to the reliance on Object#getPropertyDescriptor for introspecting whether a property is a function. Clearly, this kind of introspection is not the right approach to take in javascript, so this is a problem.