lib
This commit is contained in:
parent
2bb2b6fc74
commit
f100d2ef56
|
@ -53,7 +53,7 @@
|
|||
BDFDB.LogUtils.log("Loading library.");
|
||||
|
||||
BDFDB.PluginUtils = {};
|
||||
BDFDB.PluginUtils.init = function (plugin) {
|
||||
BDFDB.PluginUtils.init = BDFDB.loadMessage = function (plugin) {
|
||||
plugin.name = plugin.name || (typeof plugin.getName == "function" ? plugin.getName() : null);
|
||||
plugin.version = plugin.version || (typeof plugin.getVersion == "function" ? plugin.getVersion() : null);
|
||||
plugin.author = plugin.author || (typeof plugin.getAuthor == "function" ? plugin.getAuthor() : null);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue