From: Jordan Augé Date: Tue, 13 Aug 2013 14:11:50 +0000 (+0200) Subject: plugin.updater: fixed typos X-Git-Tag: myslice-0.2-1~57^2^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=16b0e6f051984c6272943442a0b4b3c0b1668723 plugin.updater: fixed typos --- 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 );