Sha256: 8587a962d1417fd8c627cc1ec8b3ef8b6df6ee1924998e099d0467b6c67f6414
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
// This file was automatically generated from legume.soy. // Please don't edit this file by hand. goog.provide('myapp.legume'); goog.require('soy'); goog.require('soy.StringBuilder'); /** * @param {Object.<string, *>=} opt_data * @param {soy.StringBuilder=} opt_sb * @return {string|undefined} * @notypecheck */ myapp.legume.hello = function(opt_data, opt_sb) { var output = opt_sb || new soy.StringBuilder(); output.append('\tHello ', soy.$$escapeHtml(opt_data.subject), '!'); if (!opt_sb) return output.toString(); };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
closure-1.3.1 | scripts/hello/legume.js |
closure-1.3.0 | scripts/hello/legume.js |