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.
This commit is contained in:
David Greenspan
2013-10-07 11:27:20 -07:00
parent f8e3e5a7e2
commit 96af53db96

View File

@@ -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;