mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user