소스 검색

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