From f7e84aaa6e19f7e1bd1a6c130aa4dc4daebbcaa1 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 30 Aug 2013 17:22:09 +0100 Subject: [PATCH] add standard comments, to match styles of other plugins --- plugins/layer-farms-find.user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/layer-farms-find.user.js b/plugins/layer-farms-find.user.js index bd9ea9d5..3de7a111 100644 --- a/plugins/layer-farms-find.user.js +++ b/plugins/layer-farms-find.user.js @@ -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@@