UNPKG

grunt-xtb-generator

Version:

Grunt wrapper for Java XTB generator - language file for Google Closure Library

16 lines (11 loc) 245 B
goog.provide('app.Hello'); /** * @constructor */ app.Hello = function() { }; app.Hello.prototype.sayHello = function() { /** @desc Hello World ! */ var MSG_HELLO_WORLD = goog.getMsg('Hello World !'); alert(MSG_HELLO_WORLD); };