Skip to content

Commit

Permalink
Remove .js when requiring modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Jul 2, 2018
1 parent f7dd8a4 commit 81a7f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/removeUnusedElements.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
var Cesium = require('cesium');
var ForEach = require('./ForEach');
var hasExtension = require('./hasExtension.js');
var hasExtension = require('./hasExtension');

var defined = Cesium.defined;

Expand Down

0 comments on commit 81a7f23

Please sign in to comment.