mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 11:50:07 +00:00
fixed a bug in a comment ;)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0a890696c8
commit
effc133750
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user