Преглед изворни кода

Remove extra that assignments

tags/0.5.0-vsc
thegrandpoobah пре 15 година
родитељ
комит
9feff6612a
1 измењених фајлова са 0 додато и 4 уклоњено
  1. +0
    -4
      mustache.js

+ 0
- 4
mustache.js Прегледај датотеку

@@ -685,8 +685,6 @@ var Mustache = function() {
contextStack.pop();
} else if (this.is_function(value)) {
// higher order section
var that = this;
var result = value.call(contextStack[contextStack.length-1], fragmentTokens.join(''), function(resultFragment) {
var tempStream = [];
var old_send_func = that.user_send_func;
@@ -812,8 +810,6 @@ var Mustache = function() {
}
};
var that = this;
if (sectionType==='invertedSection') {
this.user_send_func(function(contextStack, send_func) {
var value = that.find_in_stack(key, contextStack);


Loading…
Откажи
Сачувај