This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
Can not use path.parse in version node 0.10
pull/717/head
Justin Staubach
пре 6 година
родитељ
deb13b7fc6
комит
51bd7fd494
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/mustache
+ 1
- 1
bin/mustache
Прегледај датотеку
@@ -131,7 +131,7 @@ function isStdin (view) {
}
function isJson (view) {
return path.
parse(view).ext
=== '.js';
return path.
extname(view)
=== '.js';
}
function wasNotFound (err) {
Write
Preview
Loading…
Откажи
Сачувај