Răsfoiți Sursa

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

Aaron Newton 15 ani în urmă
părinte
comite
c03d753421
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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.
 //Thus, the IE check.
 if (Browser.Engine.trident) {