Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
Can not use path.parse in version node 0.10
pull/717/head
Justin Staubach
6 anni fa
parent
deb13b7fc6
commit
51bd7fd494
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/mustache
+ 1
- 1
bin/mustache
Vedi File
@@ -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…
Annulla
Salva