UNPKG

gui-tool

Version:

Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.

8 lines (7 loc) 134 B
var app = {}; exports.getAppName = function() { return app.name; }; exports.setAppName = function(name) { app.name = name; };