Преглед изворни кода
Update bin/mustache
Co-Authored-By: Phillip Johnsen <johphi@gmail.com>
pull/717/head
Justin
GitHub
пре 6 година
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
1 додато и
1 уклоњено
-
bin/mustache
|
|
|
@@ -130,7 +130,7 @@ function isStdin (view) { |
|
|
|
return view === '-'; |
|
|
|
} |
|
|
|
|
|
|
|
function isJson (view) { |
|
|
|
function isJsFile (view) { |
|
|
|
return path.extname(view) === '.js'; |
|
|
|
} |
|
|
|
|
|
|
|
|