Ver código fonte

Merge 7038a04efd into 9452eafd64

pull/612/merge
Fabio Zendhi Nagao GitHub 6 anos atrás
pai
commit
060ae8fb97
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      mustache.js

+ 2
- 2
mustache.js Ver arquivo

@@ -11,8 +11,8 @@
} else if (typeof define === 'function' && define.amd) {
define(['exports'], factory); // AMD
} else {
global.Mustache = {};
factory(global.Mustache); // script, wsh, asp
Mustache = {};
factory(Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {



Carregando…
Cancelar
Salvar