Fix indent

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-07 15:48:38 +09:00
parent dbd94d4b62
commit 55002c5b50

View File

@ -1184,8 +1184,8 @@ catch(e) {
}
else {
w.getShortcutOrURIAndPostData(aURI, (function(aData) {
var uri = aData.url;
this.performDrop(aDropActionInfo, b.loadOneTab(uri, { inBackground: bgLoad }));
var uri = aData.url;
this.performDrop(aDropActionInfo, b.loadOneTab(uri, { inBackground: bgLoad }));
}).bind(this));
}
}, this);