summaryrefslogtreecommitdiff
path: root/src/static/js/contentcollector.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-01-27 19:41:01 +0000
committerJohn McLear <john@mclear.co.uk>2015-01-27 19:41:01 +0000
commitbdfce1cbefa74abb1b0e4d05bf5d5e12bbf5e4f0 (patch)
treeb96c86e7140bc9ab28855badcf411ecbd7c957e0 /src/static/js/contentcollector.js
parent8fbd7d83b637e113f8c86d577fad56bafd4d82c8 (diff)
downloadetherpad-lite-bdfce1cbefa74abb1b0e4d05bf5d5e12bbf5e4f0.zip
change to cc..
Diffstat (limited to 'src/static/js/contentcollector.js')
-rw-r--r--src/static/js/contentcollector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js
index d34299cc..c85909e9 100644
--- a/src/static/js/contentcollector.js
+++ b/src/static/js/contentcollector.js
@@ -87,7 +87,7 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
"li": 1
};
- _.each(hooks.callAll('aceRegisterBlockElements'), function(element){
+ _.each(hooks.callAll('ccRegisterBlockElements'), function(element){
_blockElems[element] = 1;
});