Эх сурвалжийг харах

No Ticket. Removing dash selectors as these are now defined in ART.Widgets

Aaron Newton 15 жил өмнө
parent
commit
21853a77fd

+ 1 - 4
desktop/core/static/js/Source/CCS/CCS.js

@@ -64,7 +64,4 @@ StickyWin.Stacker.implement({
 });
 StickyWin.WM.setOptions({
 	zIndexBase: 10003
-});
-
-//allows for selectors like $$('[data-foo-bar]'); TODO: move this up at some point. Note that it'll be in Moo 1.3
-Selectors.RegExps.combined = (/\.([\w-]+)|\[([\w-]+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g);
+});