Sha256: 0ad1b2120e58be84ab1d72120ee9a66821dfde714af4daf08418a803f2e72ab9
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 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} * @notypecheck */ myapp.legume.hello = function(opt_data, opt_sb) { var output = opt_sb || new soy.StringBuilder(); output.append('\tHello ', soy.$$escapeHtml(opt_data.subject), '!'); return opt_sb ? '' : output.toString(); };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
closure-1.4.3 | scripts/hello/legume.js |
closure-1.4.2 | scripts/hello/legume.js |