Skip to content

Commit

Permalink
fixed linter error - 'missing use strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardSounds committed May 3, 2019
1 parent 5a8d583 commit 7f34fdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/Scene/DiscardEmptyTileImagePolicy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ define([
'../Core/defined',
'../Core/defaultValue'
], function(
defined,
defaultValue) {
defined,
defaultValue) {
'use strict';

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

0 comments on commit 7f34fdd

Please sign in to comment.