Changeset - fba2a716ef2a
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 7 years ago 2018-06-08 11:49:08
drewp@bigasterisk.com
not safe yet
Ignore-this: 8205d3831514567df896cda5f3f734b9
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/web/graph.coffee
Show inline comments
 
@@ -116,16 +116,16 @@ class AutoDependencies
 

	
 
    subjs = allPatchSubjs(patch)
 
    
 
    rerunInners = (cur) =>
 
      toRun = cur.innerHandlers.slice()
 
      for child in toRun
 
        match = @_handlerIsAffected(child, subjs)
 
        continue if not match
 
        #match = @_handlerIsAffected(child, subjs)
 
        #continue if not match
 
        #log('match', child.label, match)
 
        child.innerHandlers = [] # let all children get called again
 
        #child.innerHandlers = [] # let all children get called again
 
        
 
        @_rerunHandler(child, patch)
 
        rerunInners(child)
 
    rerunInners(@handlers)
 

	
 
  askedFor: (s, p, o, g) ->
0 comments (0 inline, 0 general)