Sha256: 239239d2c279668e30d83aedeabaae957c673b3591d022b897d7d2c15c565343

Contents?: true

Size: 591 Bytes

Versions: 7

Compression:

Stored size: 591 Bytes

Contents

// This file was automatically generated from legume.soy.
// Please don't edit this file by hand.

/**
 * @fileoverview Templates in namespace myapp.legume.
 */

goog.provide('myapp.legume');

goog.require('soy');
goog.require('soydata');


/**
 * @param {Object.<string, *>=} opt_data
 * @param {(null|undefined)=} opt_ignored
 * @return {string}
 * @suppress {checkTypes|uselessCode}
 */
myapp.legume.hello = function(opt_data, opt_ignored) {
  return 'Hello ' + soy.$$escapeHtml(opt_data.subject) + '!';
};
if (goog.DEBUG) {
  myapp.legume.hello.soyTemplateName = 'myapp.legume.hello';
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
closure-1.5.6 scripts/hello/legume.js
closure-1.5.5 scripts/hello/legume.js
closure-1.5.4 scripts/hello/legume.js
closure-1.5.3 scripts/hello/legume.js
closure-1.5.2 scripts/hello/legume.js
closure-1.5.1 scripts/hello/legume.js
closure-1.5.0 scripts/hello/legume.js