control-freak-ide/server/nodejs/nxapp/factory.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

17 lines
280 B
JavaScript

define([
'dojo/_base/declare'
],function(declare){
// module:
// nxapp/factory
/*=====
return {
// summary:
// This module is a stub for the core nxapp factory API.
};
=====*/
return declare("nxapp.factory", null,
{
});
});