add standard comments, to match styles of other plugins

This commit is contained in:
Jon Atkins 2013-08-30 17:22:09 +01:00
parent 2ea55630b3
commit f7e84aaa6e

View File

@ -40,6 +40,8 @@ Radius is distance from center to furthest portal (i.e., now the circle will be
@@PLUGINSTART@@
// PLUGIN START ////////////////////////////////////////////////////////
// use own namespace for plugin
window.plugin.farmFind = function() {};
@ -326,4 +328,6 @@ var setup = function() {window.plugin.farmFind.minLevel = 7;
window.addLayerGroup('Farms', window.plugin.farmFind.levelLayerGroup, true);
};
// PLUGIN END //////////////////////////////////////////////////////////
@@PLUGINEND@@