@@ -39,7 +39,8 @@ import DeveloperError from '../Core/DeveloperError.js';
39
39
* @readonly
40
40
*/
41
41
featuresLength : {
42
- get : function ( ) { // eslint-disable-line getter-return
42
+ // eslint-disable-next-line getter-return
43
+ get : function ( ) {
43
44
DeveloperError . throwInstantiationError ( ) ;
44
45
}
45
46
} ,
@@ -59,7 +60,8 @@ import DeveloperError from '../Core/DeveloperError.js';
59
60
* @readonly
60
61
*/
61
62
pointsLength : {
62
- get : function ( ) { // eslint-disable-line getter-return
63
+ // eslint-disable-next-line getter-return
64
+ get : function ( ) {
63
65
DeveloperError . throwInstantiationError ( ) ;
64
66
}
65
67
} ,
@@ -73,7 +75,8 @@ import DeveloperError from '../Core/DeveloperError.js';
73
75
* @readonly
74
76
*/
75
77
trianglesLength : {
76
- get : function ( ) { // eslint-disable-line getter-return
78
+ // eslint-disable-next-line getter-return
79
+ get : function ( ) {
77
80
DeveloperError . throwInstantiationError ( ) ;
78
81
}
79
82
} ,
@@ -87,7 +90,8 @@ import DeveloperError from '../Core/DeveloperError.js';
87
90
* @readonly
88
91
*/
89
92
geometryByteLength : {
90
- get : function ( ) { // eslint-disable-line getter-return
93
+ // eslint-disable-next-line getter-return
94
+ get : function ( ) {
91
95
DeveloperError . throwInstantiationError ( ) ;
92
96
}
93
97
} ,
@@ -101,7 +105,8 @@ import DeveloperError from '../Core/DeveloperError.js';
101
105
* @readonly
102
106
*/
103
107
texturesByteLength : {
104
- get : function ( ) { // eslint-disable-line getter-return
108
+ // eslint-disable-next-line getter-return
109
+ get : function ( ) {
105
110
DeveloperError . throwInstantiationError ( ) ;
106
111
}
107
112
} ,
@@ -115,7 +120,8 @@ import DeveloperError from '../Core/DeveloperError.js';
115
120
* @readonly
116
121
*/
117
122
batchTableByteLength : {
118
- get : function ( ) { // eslint-disable-line getter-return
123
+ // eslint-disable-next-line getter-return
124
+ get : function ( ) {
119
125
DeveloperError . throwInstantiationError ( ) ;
120
126
}
121
127
} ,
@@ -132,7 +138,8 @@ import DeveloperError from '../Core/DeveloperError.js';
132
138
* @readonly
133
139
*/
134
140
innerContents : {
135
- get : function ( ) { // eslint-disable-line getter-return
141
+ // eslint-disable-next-line getter-return
142
+ get : function ( ) {
136
143
DeveloperError . throwInstantiationError ( ) ;
137
144
}
138
145
} ,
@@ -146,7 +153,8 @@ import DeveloperError from '../Core/DeveloperError.js';
146
153
* @readonly
147
154
*/
148
155
readyPromise : {
149
- get : function ( ) { // eslint-disable-line getter-return
156
+ // eslint-disable-next-line getter-return
157
+ get : function ( ) {
150
158
DeveloperError . throwInstantiationError ( ) ;
151
159
}
152
160
} ,
@@ -160,7 +168,8 @@ import DeveloperError from '../Core/DeveloperError.js';
160
168
* @readonly
161
169
*/
162
170
tileset : {
163
- get : function ( ) { // eslint-disable-line getter-return
171
+ // eslint-disable-next-line getter-return
172
+ get : function ( ) {
164
173
DeveloperError . throwInstantiationError ( ) ;
165
174
}
166
175
} ,
@@ -174,7 +183,8 @@ import DeveloperError from '../Core/DeveloperError.js';
174
183
* @readonly
175
184
*/
176
185
tile : {
177
- get : function ( ) { // eslint-disable-line getter-return
186
+ // eslint-disable-next-line getter-return
187
+ get : function ( ) {
178
188
DeveloperError . throwInstantiationError ( ) ;
179
189
}
180
190
} ,
@@ -187,7 +197,8 @@ import DeveloperError from '../Core/DeveloperError.js';
187
197
* @readonly
188
198
*/
189
199
url : {
190
- get : function ( ) { // eslint-disable-line getter-return
200
+ // eslint-disable-next-line getter-return
201
+ get : function ( ) {
191
202
DeveloperError . throwInstantiationError ( ) ;
192
203
}
193
204
} ,
@@ -205,7 +216,8 @@ import DeveloperError from '../Core/DeveloperError.js';
205
216
* @private
206
217
*/
207
218
batchTable : {
208
- get : function ( ) { // eslint-disable-line getter-return
219
+ // eslint-disable-next-line getter-return
220
+ get : function ( ) {
209
221
DeveloperError . throwInstantiationError ( ) ;
210
222
}
211
223
}
0 commit comments