Skip to content

Commit 766a288

Browse files
committed
docs: remove AV.Event from docs
1 parent 6318e8b commit 766a288

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/event.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ module.exports = function(AV) {
1616
* Triggering an event fires all callbacks in the order that `on` was
1717
* called.
1818
*
19-
* <p>For more information, see the
20-
* <a href="http://documentcloud.github.com/backbone/#Events">Backbone
21-
* documentation</a>.</p>
22-
*
19+
* @private
2320
* @example
2421
* var object = {};
2522
* _.extend(object, AV.Events);

0 commit comments

Comments
 (0)