Sha256: e46c1cb797503057e046d8f9713cb6cea00ba635c6d96c601e33910c6e6f5d59

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 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

4 entries across 4 versions & 1 rubygems

Version Path
closure-1.4.3 scripts/hello/hello.js
closure-1.4.2 scripts/hello/hello.js
closure-1.3.1 scripts/hello/hello.js
closure-1.3.0 scripts/hello/hello.js