Пример #1
0
exports.main = function () {

	console.log("Hello World from client.js");


	var widget = new FIRECONSOLE_WIDGET.Widget();


	var system = new SYSTEM.System();

	system.start().then(function () {

		return system.stop();

	}).then(function () {

		console.log("Done!");

	}).fail(function (err) {

		console.error(err.stack);

	});

}
Пример #2
0
	system.start().then(function () {

		return system.stop();

	}).then(function () {