Skip to content

Commit eb220df

Browse files
authored
Merge pull request phaserjs#3947 from padme-amidala/bugfix/3946-fix-export-for-canvas
Fixed an issue where module exports are not named correct for CanvasInterpolation and CanvasPool
2 parents 7918f09 + 6890065 commit eb220df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/display/canvas/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
module.exports = {
1212

13-
Interpolation: require('./CanvasInterpolation'),
14-
Pool: require('./CanvasPool'),
13+
CanvasInterpolation: require('./CanvasInterpolation'),
14+
CanvasPool: require('./CanvasPool'),
1515
Smoothing: require('./Smoothing'),
1616
TouchAction: require('./TouchAction'),
1717
UserSelect: require('./UserSelect')

0 commit comments

Comments
 (0)