mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Capitalize something
This commit is contained in:
@@ -219,7 +219,7 @@ Spacebars.With = function (argFunc, contentFunc, elseContentFunc) {
|
||||
|
||||
Spacebars.With3 = function (argFunc, contentFunc, elseFunc) {
|
||||
var argVar = new Blaze.ReactiveVar;
|
||||
var view = Blaze.View('spacebars_with', function () {
|
||||
var view = Blaze.View('Spacebars_with', function () {
|
||||
this.autorun(function () {
|
||||
argVar.set(argFunc());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user