TinCanJS
TinCanJS copied to clipboard
Revisit use of .apply (and potentially .call) on callbacks
The callback handling in the base TinCan
methods uses callback.apply
when it probably shouldn't be forcing them to a method signature.