Skip to content
Snippets Groups Projects
Commit 9a320cc5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Removed a function we should not have.

parent 196cf53d
No related branches found
No related tags found
No related merge requests found
// Copyright (C) 2005-2013 Laurent Destailleur <eldy@users.sourceforge.net>
// Copyright (C) 2005-2014 Laurent Destailleur <eldy@users.sourceforge.net>
// Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
//
// This program is free software; you can redistribute it and/or modify
......@@ -924,6 +924,7 @@ function copyToClipboard(text,text2)
*
* TODO Who use this ?
*/
/*
(function($){
$.widget("ui.onDelayedKeyup", {
_init : function() {
......@@ -942,4 +943,4 @@ function copyToClipboard(text,text2)
}
});
})(jQuery);
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment