Explorar el Código

Fix spelling in comment

tags/0.5.2
Michael Jackson hace 14 años
padre
commit
e3ac2d245c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver fichero

@@ -62,7 +62,7 @@ var Mustache;
return Object.prototype.toString.call(obj) === "[object Array]";
};

// OSWASP Guidlines: escape all non alphanumeric characters in ASCII space.
// OSWASP Guidelines: escape all non alphanumeric characters in ASCII space.
var jsCharsRe = /[\x00-\x2F\x3A-\x40\x5B-\x60\x7B-\xFF\u2028\u2029]/gm;

function quote(text) {


Cargando…
Cancelar
Guardar