Quellcode durchsuchen

/s/ragmas/pragmas/

tags/0.5.0-vsc
thegrandpoobah vor 16 Jahren
Ursprung
Commit
a090227a99
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Datei anzeigen

@@ -105,7 +105,7 @@ var Mustache = function() {
throw new ParserException("This implementation of mustache doesn't understand the '" + pragma + "' pragma"); throw new ParserException("This implementation of mustache doesn't understand the '" + pragma + "' pragma");
} }


return ""; // blank out all ragmas
return ""; // blank out all pragmas
}); });
}, },


Laden…
Abbrechen
Speichern