This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
Added global Mustache definition
tags/v2.1.2
Yousef Cisco
пре 11 година
родитељ
6ae6179c84
комит
a572642ee4
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
Прегледај датотеку
@@ -11,7 +11,7 @@
} else if (typeof define === 'function' && define.amd) {
define(['exports'], factory); // AMD
} else {
Mustache = {};
global.
Mustache = {};
factory(Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {
Write
Preview
Loading…
Откажи
Сачувај