/* * Copyright 2015 Shopeca.com **/ var texts = new function() { this.content = {"js.status.addComment":"Chci p\u0159idat koment\u00e1\u0159 k m\u00e9mu rozhodnut\u00ed"}; this.get = function ( code ) { if (this.content.hasOwnProperty( code )) { return this.content[code]; } return null; }; }