License clarification
This commit is contained in:
parent
cb4162bdfe
commit
4b03dca7c2
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue