Adds publish/subscribe channels. Unit tests added.

This commit is contained in:
jaubourg 2011-05-24 01:59:00 +02:00
parent 4f3f0e1d4e
commit 57634a2c15
4 changed files with 93 additions and 0 deletions

View file

@ -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\