This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
Use empty object as default view
Fixes
#238
tags/0.7.3
Michael Jackson
пре 13 година
родитељ
ecc2e2a28f
комит
3aa093391b
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
Прегледај датотеку
@@ -127,7 +127,7 @@
};
function Context(view, parent) {
this.view = view;
this.view = view
|| {}
;
this.parent = parent;
this._cache = {};
}
Write
Preview
Loading…
Откажи
Сачувај