We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64393e commit 2d41b51Copy full SHA for 2d41b51
src/prototype/lang/class.js
@@ -174,7 +174,7 @@ var Class = (function() {
174
// on the nuanced behavior of whatever `bind` implementation is on
175
// the page.
176
//
177
- // MDC's polyfill, for instance, doesn't like binding methods that
+ // MDC's polyfill, for instance, doesn't like binding functions that
178
// haven't got a `prototype` property defined.
179
value.valueOf = (function(method) {
180
return function() { return method.valueOf.call(method); };
0 commit comments