Browse Source

No Ticket. Removing Selectors.Psuedo.widget which is now defined in the art-widgets repo.

Aaron Newton 15 years ago
parent
commit
c03d753421
1 changed files with 0 additions and 2 deletions
  1. 0 2
      desktop/core/static/js/Source/CCS/CCS.Desktop.Config.js

+ 0 - 2
desktop/core/static/js/Source/CCS/CCS.Desktop.Config.js

@@ -202,8 +202,6 @@ window.addEvent('domready', function(){
 	});
 	});
 });
 });
 
 
-Selectors.Pseudo.widget = function() { return this.get && (!! this.get("widget")); };
-
 //Although implement checks for a pre-existing implementation of the method, it has to be forced for IE to overwrite the MooTools version.
 //Although implement checks for a pre-existing implementation of the method, it has to be forced for IE to overwrite the MooTools version.
 //Thus, the IE check.
 //Thus, the IE check.
 if (Browser.Engine.trident) {
 if (Browser.Engine.trident) {