Adds publish/subscribe channels. Unit tests added.
This commit is contained in:
parent
4f3f0e1d4e
commit
57634a2c15
4 changed files with 93 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -11,6 +11,7 @@ POST_COMPILER = ${JS_ENGINE} ${BUILD_DIR}/post-compile.js
|
|||
|
||||
BASE_FILES = ${SRC_DIR}/core.js\
|
||||
${SRC_DIR}/callbacks.js\
|
||||
${SRC_DIR}/channel.js\
|
||||
${SRC_DIR}/deferred.js\
|
||||
${SRC_DIR}/support.js\
|
||||
${SRC_DIR}/data.js\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue