Func.js does not currently define a method() method. To fix, simply add:
Func.js
method()
fan.sys.Func.prototype.method = function() { return null; }
Doesn't seem much point in creating a patch for this!
Pushed a fix
Login or Signup to reply.
SlimerDude Wed 23 Sep 2015
Func.js
does not currently define amethod()
method. To fix, simply add:Doesn't seem much point in creating a patch for this!
andy Wed 23 Sep 2015
Pushed a fix