From a081e66919f721c11bf47223f2e97f730079e4a0 Mon Sep 17 00:00:00 2001 From: valdrinkoshi Date: Wed, 8 Mar 2017 17:49:50 -0800 Subject: [PATCH] better comment --- lib/legacy/class.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/legacy/class.html b/lib/legacy/class.html index 7506d2367b..ea8dfd835e 100644 --- a/lib/legacy/class.html +++ b/lib/legacy/class.html @@ -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; }