summaryrefslogtreecommitdiff
path: root/scripts/signal.js
AgeCommit message (Collapse)Author
2014-11-13rename scripts/ -> src/LV-426
2014-11-11use non-named module definitionLV-426
2014-10-26introduce signal, start using in history; use consts for signal nameAlon Levy
introduces two new modules: scripts/consts.js scripts/signal.js signal is a thin wrapper for jquery('window').on and jquery('window').trigger, which seems like an adaquete signal library - there are faster things around, but why introduce another dependency.