diff --git a/content/select/js/jquery.select.js b/content/select/js/jquery.select.js deleted file mode 100644 index b2a8c682bb8..00000000000 --- a/content/select/js/jquery.select.js +++ /dev/null @@ -1,50 +0,0 @@ -function Selector(options){ this.init(options) } -Selector.prototype = { - init: function(options){ - var self = this; - options.onSelect = function(a,b){ self.showMenu(a,b); }; - options.onStart = function(){ self.hideMenu() }; - this.lasso = new Lasso(options); - }, - - hideMenu: function(){ - if( this.menu ) this.menu.remove(); - }, - - showMenu: function( selectedEls, pos ){ - if( pos == null || selectedEls.length == 0 ) return; - var self = this; - - this.menu = $("