From 16b0e6f051984c6272943442a0b4b3c0b1668723 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Tue, 13 Aug 2013 16:11:50 +0200 Subject: [PATCH] plugin.updater: fixed typos --- plugins/updater/static/js/updater.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/updater/static/js/updater.js b/plugins/updater/static/js/updater.js index e85a5131..5a00ffde 100644 --- a/plugins/updater/static/js/updater.js +++ b/plugins/updater/static/js/updater.js @@ -49,8 +49,6 @@ /*************************** RECORD HANDLER ***************************/ - on_query_status_ - /************************** PRIVATE METHODS ***************************/ /******************************** TODO ********************************/ @@ -142,5 +140,7 @@ } */ }); -})( jQuery ); + $.plugin('Updater', Updater); + +})( jQuery ); -- 2.43.0