License clarification

This commit is contained in:
Hexagon 2014-09-20 15:34:38 +02:00
parent cb4162bdfe
commit 4b03dca7c2
1 changed files with 3 additions and 2 deletions

View File

@ -73,8 +73,9 @@ define('$', ['fandango', 'websocket', 'aes'], function (fandango, websocket, aes
}); });
}; };
// Originating from mustasche.js // Part of this is originating from mustasche.js
// https://github.com/janl/mustache.js/blob/master/mustache.js#L43 // Code: https://github.com/janl/mustache.js/blob/master/mustache.js#L43
// License: https://github.com/janl/mustache.js/blob/master/LICENSE
utils.escapeHtml = (function () { utils.escapeHtml = (function () {
var pattern = /[&<>"'\/]/g, var pattern = /[&<>"'\/]/g,
entities = { entities = {