We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8d583 commit 7f34fddCopy full SHA for 7f34fdd
Source/Scene/DiscardEmptyTileImagePolicy.js
@@ -2,8 +2,9 @@ define([
2
'../Core/defined',
3
'../Core/defaultValue'
4
], function(
5
- defined,
6
- defaultValue) {
+ defined,
+ defaultValue) {
7
+ 'use strict';
8
9
/**
10
* A policy for discarding tile images that contain no data (and so aren't actually images).
0 commit comments