1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00

3.5.266. Yeah. This is me remembering to commit again, but only because I told someone to make a pull request.

This commit is contained in:
SirStendec 2016-08-09 20:45:28 -04:00
parent 86546ba7d8
commit 8310f89aa0
25 changed files with 717 additions and 592 deletions

View file

@ -679,9 +679,9 @@ FFZ.prototype._modify_chat_line = function(component, is_vod) {
Settings = utils.ember_lookup('controller:settings');
component.reopen({
tokenizedMessage: function() {
return [];
}.property('msgObject.message'),
/*tokenizedMessage: function() {
return [{type: 'text', text: 'hi'}];
}.property('msgObject.message'),*/
ffzTokenizedMessage: function() {
try {