NOISSUE add minify ‘addon/oembed/‘

This commit is contained in:
bnu 2014-01-15 18:01:37 +09:00
parent b6bdc7912e
commit b14a670655
3 changed files with 3 additions and 1 deletions

View file

@ -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) {