"use strict";window.App.Utils.String=function(){return{upperCaseFirstLetter:function(value){return value.charAt(0).toUpperCase()+value.slice(1)},escapeHtml:function(content){return $("<div/>").text(content).html()}}}();