This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
Merge pull request
#243
from kannix/patch-1
more stringent CommonJS check
tags/0.6.0
Michael Jackson
пре 13 година
родитељ
6d1954cb5c
2afdb083fc
комит
2a51eeffba
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
Прегледај датотеку
@@ -8,7 +8,7 @@
var Mustache;
(function (exports) {
if (typeof module !== "undefined") {
if (typeof module !== "undefined"
&& typeof module.exports !== "undefined"
) {
module.exports = exports; // CommonJS
} else if (typeof define === "function") {
define(exports); // AMD
Write
Preview
Loading…
Откажи
Сачувај