+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation+ documentation

This commit is contained in:
Ian Gilman 2010-06-07 17:24:55 -07:00
parent ad374945f9
commit b85582da77

View File

@ -694,6 +694,8 @@ iQ.fn = iQ.prototype = {
// ----------
// Function: bind
// Binds the given function to the given event type. Also wraps the function
// in a try/catch block that does a Utils.log on any errors.
bind: function(type, func) {
Utils.assert('does not support eventData argument', iQ.isFunction(func));