Skip to content

Commit 7f34fdd

Browse files
fixed linter error - 'missing use strict'
1 parent 5a8d583 commit 7f34fdd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Source/Scene/DiscardEmptyTileImagePolicy.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ define([
22
'../Core/defined',
33
'../Core/defaultValue'
44
], function(
5-
defined,
6-
defaultValue) {
5+
defined,
6+
defaultValue) {
7+
'use strict';
78

89
/**
910
* A policy for discarding tile images that contain no data (and so aren't actually images).

0 commit comments

Comments
 (0)