plugin js typo

minimal-plugin
コミット ee81194e58

@ -13,9 +13,9 @@ editor: function(div, entry, uneditable) {
var script_url = this.url + "/plugin-loader.js";
$.ajax({ dataType: "script", cache: true, url: script_url, success: function () {
if(--progress_ctr == 0) plugin_load(config, div, entry);
});
}});
},
harvester: function(div) {
if(typeof plugin_save !== 'undefined') return plugin_save(div);
}
}
}

読み込み中…
キャンセル
保存