From b98a9a1d0cf31e0cb5f116cc26c44c7e31187597 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Wed, 12 Jun 2013 21:12:39 +0200 Subject: [PATCH] changed wrapper to stay consistent with other plugins (see #357) --- plugins/bookmarks-by-zaso.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bookmarks-by-zaso.user.js b/plugins/bookmarks-by-zaso.user.js index 75142533..df2c3209 100644 --- a/plugins/bookmarks-by-zaso.user.js +++ b/plugins/bookmarks-by-zaso.user.js @@ -12,7 +12,7 @@ // @match http://www.ingress.com/intel* // ==/UserScript== -function wrapper(){ +function wrapper() { // ensure plugin framework is there, even if iitc is not yet loaded if(typeof window.plugin !== 'function') window.plugin = function(){};