Parcourir la source

Remove unnecessary line

tags/0.7.3
Michael Jackson il y a 13 ans
Parent
révision
d5bf677431
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Voir le fichier

@@ -287,7 +287,6 @@

Writer.prototype._name = function (token, context) {
var value = context.lookup(token[1]);
if (typeof value === 'function') value = value.call(context.view);
return value == null ? '' : value;
};



Chargement…
Annuler
Enregistrer