Browse Source

Fix spelling in comment

tags/0.5.2
Michael Jackson 14 years ago
parent
commit
e3ac2d245c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js View File

@@ -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) {


Loading…
Cancel
Save