add standard comments, to match styles of other plugins
This commit is contained in:
parent
2ea55630b3
commit
f7e84aaa6e
@ -40,6 +40,8 @@ Radius is distance from center to furthest portal (i.e., now the circle will be
|
|||||||
|
|
||||||
@@PLUGINSTART@@
|
@@PLUGINSTART@@
|
||||||
|
|
||||||
|
// PLUGIN START ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
// use own namespace for plugin
|
// use own namespace for plugin
|
||||||
window.plugin.farmFind = function() {};
|
window.plugin.farmFind = function() {};
|
||||||
@ -326,4 +328,6 @@ var setup = function() {window.plugin.farmFind.minLevel = 7;
|
|||||||
window.addLayerGroup('Farms', window.plugin.farmFind.levelLayerGroup, true);
|
window.addLayerGroup('Farms', window.plugin.farmFind.levelLayerGroup, true);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// PLUGIN END //////////////////////////////////////////////////////////
|
||||||
|
|
||||||
@@PLUGINEND@@
|
@@PLUGINEND@@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user