UNPKG
gui-tool
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.9.21
0.9.20
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.0
0.0.4
0.0.3
0.0.2
0.0.1
A tool to generate an ExtJS prototype with Siesta tests.
gui-tool
/
generator
/
specification.js
11 lines
(7 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
guiSpec = {};
exports
.
getSpecification
=
function
(
) {
return
guiSpec; };
exports
.
setSpecification
=
function
(
spec
) { guiSpec = spec; }