|
@@ -64,7 +64,4 @@ StickyWin.Stacker.implement({
|
|
|
});
|
|
});
|
|
|
StickyWin.WM.setOptions({
|
|
StickyWin.WM.setOptions({
|
|
|
zIndexBase: 10003
|
|
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);
|
|
|
|
|
|
|
+});
|