Changeset - 623346df401a
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 7 years ago 2018-06-08 11:48:35
drewp@bigasterisk.com
allPatchSubs typo
Ignore-this: 5c0c24cdebd18b06afca671af4ed9c41
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/graph.coffee
Show inline comments
 
@@ -95,13 +95,13 @@ class AutoDependencies
 
      log("#{indent} \"#{h.label}\" #{h.patterns.length} pats")
 
      for c in h.innerHandlers
 
        prn(c, depth + 1)
 
    prn(@handlers, 0)
 
    
 
  _handlerIsAffected: (child, patchSubjs) ->
 
    if allPatchSubjs == null
 
    if patchSubjs == null
 
      return true
 
    if not child.patterns.length
 
      return false
 
      
 
    for stmt in child.patterns
 
      if stmt[0] == null # wildcard on subject
0 comments (0 inline, 0 general)