You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These properties can't be changed and have no change events. The
documentation and type declarations need to reflect that.
Change-Id: If561c3487a23869fcb995c72630842bb7522b022
Copy file name to clipboardExpand all lines: doc/api/Tabris.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
"type": "boolean",
14
14
"default": "false",
15
15
"readonly": true,
16
+
"const": true,
16
17
"description": "Indicates that the framework has been fully initialized. This happens before the main application module is parsed and executed, so it is only relevant for framework and plug-in developers."
17
18
},
18
19
"version": {
@@ -22,7 +23,8 @@
22
23
"description": "The version of the tabris module."
0 commit comments