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:
parent
86546ba7d8
commit
8310f89aa0
25 changed files with 717 additions and 592 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue