Behaviour.register(
    {
        '.smallComment' : function(element) {
            new CharacterCounter(element, 250);
        }
    }
);