Renames $.Channel as $.Topic to be on par with usual terminology of existing pub/sub implementations.
This commit is contained in:
parent
55df216125
commit
3e7c04ec94
5 changed files with 62 additions and 62 deletions
2
Makefile
2
Makefile
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue