Renames $.Channel as $.Topic to be on par with usual terminology of existing pub/sub implementations.

This commit is contained in:
jaubourg 2011-05-24 21:37:38 +02:00
parent 55df216125
commit 3e7c04ec94
5 changed files with 62 additions and 62 deletions

View file

@ -11,7 +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}/topic.js\
${SRC_DIR}/deferred.js\
${SRC_DIR}/support.js\
${SRC_DIR}/data.js\