Sha256: 51bc9c3f140ceaf57be218fbe7dd382d75dac7f90619c1fc551ba451347ee49a

Contents?: true

Size: 230 Bytes

Versions: 7

Compression:

Stored size: 230 Bytes

Contents

goog.provide('myapp.hello');
goog.require('myapp.legume');

/**
 * @param {!String} subject
 */
myapp.hello = function(subject) {
  document.write(myapp.legume.hello({subject:subject}));
}

goog.exportSymbol('hello', myapp.hello)

Version data entries

7 entries across 7 versions & 1 rubygems

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