# HG changeset patch # User drewp@bigasterisk.com # Date 1528458515 0 # Node ID 623346df401abfd3ad95c31da21b69fa3508d995 # Parent a49ad994b467da121e38fedf20059165017402c0 allPatchSubs typo Ignore-this: 5c0c24cdebd18b06afca671af4ed9c41 diff -r a49ad994b467 -r 623346df401a light9/web/graph.coffee --- a/light9/web/graph.coffee Fri Jun 08 11:08:34 2018 +0000 +++ b/light9/web/graph.coffee Fri Jun 08 11:48:35 2018 +0000 @@ -98,7 +98,7 @@ prn(@handlers, 0) _handlerIsAffected: (child, patchSubjs) -> - if allPatchSubjs == null + if patchSubjs == null return true if not child.patterns.length return false