"use strict";var LoggingHelper=function(t){function i(){this.IDENTITY="utilities.LoggingHelper.js";this.PRODUCTION=Page.options.isProd;this.log(this.IDENTITY+" -> construtor( "+"production? "+this.PRODUCTION+" )")}i.prototype={log:function(t){if(!this.PRODUCTION){console.log(t)}}};return i}(jQuery);