Kaynağa Gözat

Merge 7038a04efd into 9452eafd64

pull/612/merge
Fabio Zendhi Nagao GitHub 6 yıl önce
ebeveyn
işleme
060ae8fb97
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      mustache.js

+ 2
- 2
mustache.js Dosyayı Görüntüle

@@ -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) {



Yükleniyor…
İptal
Kaydet