UNPKG
nidza-test
Version:
latest (1.0.0)
1.0.0
Test instance for nidza.js
github.com/zlatnaspirala/nidza
zlatnaspirala/nidza
nidza-test
/
examples.js
12 lines
(9 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Utility
}
from
"nidza"
;
/** *
@description
Examples loader handler * I use async loading script. */
Utility
.
loadAsync
(
"builds/"
+
Utility
.
QueryUrl
().
u
,
() =>
{
// DEV
// Utility.importAsync("js/" + Utility.QueryUrl().u, () => { // DEV
console
.
info
(
'Application runned.'
) });