Selaa lähdekoodia

Change let to var for consistency.

pull/717/head
Justin Staubach 6 vuotta sitten
vanhempi
commit
deb13b7fc6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      bin/mustache

+ 1
- 1
bin/mustache Näytä tiedosto

@@ -53,7 +53,7 @@ function run (/*args*/) {
} }


function readView (cb) { function readView (cb) {
let view;
var view;
if (isJson(viewArg)) { if (isJson(viewArg)) {
view = require(path.join(process.cwd(),viewArg)); view = require(path.join(process.cwd(),viewArg));
cb(view); cb(view);


Loading…
Peruuta
Tallenna