Sha256: d4fba519345d9967fa6d4296b5e33a15b92701113b858bb5d675a3022d767e1a
Contents?: true
Size: 1.63 KB
Versions: 44
Compression:
Stored size: 1.63 KB
Contents
I"tfunction(__obj) { if (!__obj) __obj = {}; var __out = [], __capture = function(callback) { var out = __out, result; __out = []; callback.call(this); result = __out.join(''); __out = out; return __safe(result); }, __sanitize = function(value) { if (value && value.ecoSafe) { return value; } else if (typeof value !== 'undefined' && value != null) { return __escape(value); } else { return ''; } }, __safe, __objSafe = __obj.safe, __escape = __obj.escape; __safe = __obj.safe = function(value) { if (value && value.ecoSafe) { return value; } else { if (!(typeof value !== 'undefined' && value != null)) value = ''; var result = new String(value); result.ecoSafe = true; return result; } }; if (!__escape) { __escape = __obj.escape = function(value) { return ('' + value) .replace(/&/g, '&') .replace(/</g, '<') .replace(/>/g, '>') .replace(/"/g, '"'); }; } (function() { (function() { __out.push('<p id="comment_'); __out.push(__sanitize(this.comment.id)); __out.push('">\n <b>'); __out.push(__sanitize(this.comment.author)); __out.push('</b> on\n <i>'); __out.push(__sanitize((new App.Services.Date(this.comment.createdAt)).strftime('%d %b %y'))); __out.push('</i> wrote:<br>\n '); __out.push(__sanitize(this.comment.text)); __out.push('\n</p>\n'); }).call(this); }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); }:ET
Version data entries
44 entries across 27 versions & 1 rubygems