Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Oct 19, 2015
1 parent 1d29e19 commit ead9adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/annotations.html
Expand Up @@ -299,7 +299,7 @@

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

0 comments on commit ead9adb

Please sign in to comment.