Closed gcedo closed 9 years ago
In IE browsers, the toString.call(value) would fail for the browser implementation of the window.toString function, as explained in http://stackoverflow.com/questions/19321938/invalid-calling-object-error-in-ie. Now it is bound to the Object prototype instead.
Great, thanks.
In IE browsers, the toString.call(value) would fail for the browser implementation of the window.toString function, as explained in http://stackoverflow.com/questions/19321938/invalid-calling-object-error-in-ie. Now it is bound to the Object prototype instead.