Sha256: 7d397aa8753d32f0ec74670e60fdbdeff8310bf4972dc0ba3d9cf21f68b3c609
Contents?: true
Size: 300 Bytes
Versions: 8
Compression:
Stored size: 300 Bytes
Contents
rio.pages.PlaygroundPage = rio.Page.create("Playground", { methods: { buildHtml: function() { return rio.Tag.div("", { style: "height: 100%" }); }, render: function() { try { eval(rio.Cookie.get("playgroundContent") || ""); } catch(e) { this.html().update(e); } } } });
Version data entries
8 entries across 8 versions & 1 rubygems