#2472 (Javascript) Func.method()

SlimerDude Wed 23 Sep 2015

Func.js does not currently define a method() method. To fix, simply add:

fan.sys.Func.prototype.method = function() { return null; }

Doesn't seem much point in creating a patch for this!

andy Wed 23 Sep 2015

Pushed a fix

Login or Signup to reply.