#312 js 오류 수정.

This commit is contained in:
bnu 2014-01-15 18:33:14 +09:00
parent b14a670655
commit eb2d12ee4c
2 changed files with 4 additions and 1 deletions

View file

@ -91,6 +91,9 @@
this.embedSetting.maxWidth = $('.xe_content').width();
}
if(!target) return;
if(target && target.nodeType == 3) target = $(target);
target.oembed(null, thisPlugin.embedSetting).addClass('_oembed');
},
extractTargets : function(obj) {