Browse Source

Remove duplicate window exports

Justin DuJardin 13 years ago
parent
commit
5094df886c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      select2.js

+ 0 - 7
select2.js

@@ -284,13 +284,6 @@
         }
     }
 
-    // exports
-    window.Select2 = {query: {}, util: {}};
-    window.Select2.util.debounce = debounce;
-    window.Select2.query.ajax = ajax;
-    window.Select2.query.local = local;
-    window.Select2.query.tags = tags;
-
     /**
      * blurs any Select2 container that has focus when an element outside them was clicked or received focus
      */