aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/builtins/builtins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/builtins/builtins.qmltypes')
-rw-r--r--src/imports/builtins/builtins.qmltypes2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/builtins/builtins.qmltypes b/src/imports/builtins/builtins.qmltypes
index 29a04b3c4b..b85e181e5d 100644
--- a/src/imports/builtins/builtins.qmltypes
+++ b/src/imports/builtins/builtins.qmltypes
@@ -74,7 +74,7 @@ Module {
type: "bool"
Parameter { name: "number"; type: "NumberPrototype" }
}
- Property{ name:"MAX_SAFE_INTEGER" ; type: "NumberPrototype"; isReadonly: true; isReadonly: true }
+ Property{ name:"MAX_SAFE_INTEGER" ; type: "NumberPrototype"; isReadonly: true }
Property{ name:"MAX_VALUE" ; type: "NumberPrototype"; isReadonly: true }
Property{ name:"MIN_SAFE_INTEGER" ; type: "NumberPrototype"; isReadonly: true }
Property{ name:"MIN_VALUE" ; type: "NumberPrototype"; isReadonly: true }