wired up JavaScript support in Module Creator templates

This commit is contained in:
Shaun Walker
2020-08-27 17:16:54 -04:00
parent bb21eba39f
commit 4aa0b83807
6 changed files with 44 additions and 4 deletions

View File

@ -1 +1,5 @@
/* Module Script */
/* Module Script */
var [Owner] = [Owner] || {};
[Owner].[Module] = {
};