Skip to content

Commit

Permalink
Remove .js from require path
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed May 14, 2024
1 parent e337b6e commit fc873c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gameobjects/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ var GameObjects = {
Container: require('./container/Container'),
DOMElement: require('./domelement/DOMElement'),
DynamicBitmapText: require('./bitmaptext/dynamic/DynamicBitmapText'),
Extern: require('./extern/Extern.js'),
Graphics: require('./graphics/Graphics.js'),
Extern: require('./extern/Extern'),
Graphics: require('./graphics/Graphics'),
Group: require('./group/Group'),
Image: require('./image/Image'),
Layer: require('./layer/Layer'),
Expand Down

0 comments on commit fc873c0

Please sign in to comment.