From d7ed4ca217fab7573efdd58f575c6c587341986a Mon Sep 17 00:00:00 2001 From: Eike Send Date: Sun, 3 Jul 2011 18:01:38 +0200 Subject: [PATCH] repaired broken comment --- src/jump.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jump.js b/src/jump.js index 02f881f..4ad6bc2 100644 --- a/src/jump.js +++ b/src/jump.js @@ -144,6 +144,7 @@ }); // Load and enable pugins, this needs to be done in the end to ensure + // that the previous bindings are executed beforehand var pluginname; for (pluginname in state.plugins) { var plugin = $.jump.plugins[pluginname];