diff --git a/Source/Element/Element.js b/Source/Element/Element.js index 5fc73f5d2..e83b5fbe4 100644 --- a/Source/Element/Element.js +++ b/Source/Element/Element.js @@ -344,6 +344,8 @@ Element.implement('hasChild', function(element){ })(Slick.search, Slick.find, Slick.match); +// + // tree walking var injectCombinator = function(expression, combinator){ @@ -422,7 +424,7 @@ if (window.$$ == null) Window.implement('$$', function(selector){ return elements; }); -// +//<1.2compat> if (window.$$ == null) Window.implement('$$', function(selector){ if (arguments.length == 1){ @@ -432,6 +434,8 @@ if (window.$$ == null) Window.implement('$$', function(selector){ return new Elements(arguments); }); +// + (function(){ // Inserters