X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fupdater%2Fstatic%2Fjs%2Fupdater.js;h=d14d5d8b5a3dc08f84a01827c975ed6d4e1cb309;hb=b5bba6e9c972064c1f134a320c4111e1c958cda0;hp=e85a5131a7d2137c062d687e71f9d448a894f32a;hpb=67a3fe06d9abbec237e9b4d08ebd8e90c5a314d0;p=unfold.git diff --git a/plugins/updater/static/js/updater.js b/plugins/updater/static/js/updater.js index e85a5131..d14d5d8b 100644 --- a/plugins/updater/static/js/updater.js +++ b/plugins/updater/static/js/updater.js @@ -1,12 +1,10 @@ /** - * Description: associate with a Get query, maintains the 'Update' query that records pending changes - * Copyright (c) 2012 UPMC Sorbonne Universite - INRIA + * Description: Manage query updates + * Copyright (c) 2012-2013 UPMC Sorbonne Universite - INRIA * License: GPLv3 */ -// xxx this is ongoing work, very rough, and not working at all yet - -( function ( $ ) { +(function( $ ) { var debug=false; // debug=true @@ -49,8 +47,6 @@ /*************************** RECORD HANDLER ***************************/ - on_query_status_ - /************************** PRIVATE METHODS ***************************/ /******************************** TODO ********************************/ @@ -142,5 +138,7 @@ } */ }); -})( jQuery ); + $.plugin('Updater', Updater); + +})( jQuery );