change to cc..

This commit is contained in:
John McLear 2015-01-27 19:41:01 +00:00
parent 8fbd7d83b6
commit bdfce1cbef

View file

@ -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;
});