Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valdrinkoshi committed Mar 9, 2017
1 parent 8bac5c6 commit a081e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legacy/class.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
if (superBehaviors) {
behaviors = superBehaviors.concat(behaviors);
}
// Set behaviors on the prototype to be compatible with 1.x
// Set behaviors on prototype for BC...
klass.prototype.behaviors = behaviors;
return klass;
}
Expand Down

0 comments on commit a081e66

Please sign in to comment.