We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d29e19 commit ead9adbCopy full SHA for ead9adb
src/standard/annotations.html
@@ -299,7 +299,7 @@
299
300
// install event listeners (from event annotations)
301
_marshalAnnotatedListeners: function() {
302
- 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++) {
303
if (a.events && a.events.length) {
304
var node = this._findAnnotatedNode(this.root, a);
305
for (var j=0, e$=a.events, e; (j<e$.length) && (e=e$[j]); j++) {
0 commit comments