/* * Copyright 2015 Shopeca.com **/ var texts = new function() { this.content = {"js.annotation.more":"V\u00edce o produktu"}; this.get = function ( code ) { if (this.content.hasOwnProperty( code )) { return this.content[code]; } return null; }; }