fixed a bug in a comment ;)

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-11-30 03:47:21 +03:00
parent 0a890696c8
commit effc133750

View File

@ -533,7 +533,7 @@ module.MetaActions = {
var cur = this
var proto = this.__proto__
while(proto != null){
// we have a hit, pop it off the chain...
// we have a hit...
if(proto.hasOwnProperty('__mixin_source')
&& proto.__mixin_source === from){
return pre ? cur : proto