From 96af53db962a951a55114d798cc060731c649da8 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Mon, 7 Oct 2013 11:27:20 -0700 Subject: [PATCH] get rid of component.$ We still have domrange.$, a.k.a. component.dom.$ Think about aliasing it as component.$ again in the future, but watch out for helpers called "$" since the current plan puts component methods and helpers in the same namespace. --- packages/ui/base.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ui/base.js b/packages/ui/base.js index 8b52fdb741..3bb8fb4e67 100644 --- a/packages/ui/base.js +++ b/packages/ui/base.js @@ -870,6 +870,7 @@ _extend(UI.Component, { return self; }, */ +/* _extend(UI.Component, { $: function (selector) { var self = this; @@ -923,6 +924,7 @@ _extend(UI.Component, { return results; } }); +*/ /* autorun: function (compFunc) { var self = this;