mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
NOISSUE add minify ‘addon/oembed/‘
This commit is contained in:
parent
b6bdc7912e
commit
b14a670655
3 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
this.enableAutoLink = false;
|
||||
this.castedOembedA = false;
|
||||
this.embedSetting = [];
|
||||
// this.embedSetting.embedMethod = 'replace';
|
||||
},
|
||||
API_ONREADY : function() {
|
||||
var thisPlugin = this;
|
||||
|
|
@ -44,7 +45,6 @@
|
|||
},
|
||||
API_BEFORE_AUTOLINK : function(oSender, params) {
|
||||
var thisPlugin = this;
|
||||
console.log(this.embedSetting.maxWidth);
|
||||
thisPlugin.cast('OEMBEDA');
|
||||
},
|
||||
API_AFTER_AUTOLINK : function(oSender, params) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue