We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6318e8b commit 766a288Copy full SHA for 766a288
src/event.js
@@ -16,10 +16,7 @@ module.exports = function(AV) {
16
* Triggering an event fires all callbacks in the order that `on` was
17
* called.
18
*
19
- * <p>For more information, see the
20
- * <a href="http://documentcloud.github.com/backbone/#Events">Backbone
21
- * documentation</a>.</p>
22
- *
+ * @private
23
* @example
24
* var object = {};
25
* _.extend(object, AV.Events);
0 commit comments