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