Преглед на файлове

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

Aaron Newton преди 15 години
родител
ревизия
21853a77fd
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 1 4
      desktop/core/static/js/Source/CCS/CCS.js

+ 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);
+});