Sha256: 3492db8830be21166263b0f860fddc9142bf779ffd1fddd80ace4fdd056548ef
Contents?: true
Size: 535 Bytes
Versions: 11
Compression:
Stored size: 535 Bytes
Contents
goog.provide('example.initializer.settings'); goog.require('example.App'); goog.require('example.Settings'); goog.require('goog.module.ModuleManager'); var app = example.App.getInstance(); var settings = new example.Settings(app.getDomHelper()); app.addChild(settings, true /* opt_render */); // This tells the module manager that the 'settings' module has been loaded; // otherwise, the module manager will assume that loading has timed out and it // will try again. goog.module.ModuleManager.getInstance().setLoaded('settings');
Version data entries
11 entries across 11 versions & 1 rubygems