RusticiSoftware / TinCanJS

JavaScript library for the Experience API (Tin Can API)
http://rusticisoftware.github.io/TinCanJS/
Apache License 2.0
207 stars 115 forks source link

Revisit use of .apply (and potentially .call) on callbacks #61

Open brianjmiller opened 10 years ago

brianjmiller commented 10 years ago

The callback handling in the base TinCan methods uses callback.apply when it probably shouldn't be forcing them to a method signature.