Skip to content

Commit ead9adb

Browse files
author
Steven Orvell
committed
Fix typo.
1 parent 1d29e19 commit ead9adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/standard/annotations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299

300300
// install event listeners (from event annotations)
301301
_marshalAnnotatedListeners: function() {
302-
for (var i=0, l=this._nodes.length, a; (i<l) && (a=this._nodes[i]); i++) {
302+
for (var i=0, l=this._notes.length, a; (i<l) && (a=this._notes[i]); i++) {
303303
if (a.events && a.events.length) {
304304
var node = this._findAnnotatedNode(this.root, a);
305305
for (var j=0, e$=a.events, e; (j<e$.length) && (e=e$[j]); j++) {

0 commit comments

Comments
 (0)