mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 22:48:34 +00:00
[fixes #3482] HueToComponent was not correctly exporting itself
Pretty self explanatory -- `module.export` is a typo, needed to be `exports`. Filed associated bug #3482.
This commit is contained in:
parent
d8e378b052
commit
562402e440
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ var HueToComponent = function (p, q, t)
|
|||
return p;
|
||||
};
|
||||
|
||||
module.export = HueToComponent;
|
||||
module.exports = HueToComponent;
|
||||
|
|
Loading…
Add table
Reference in a new issue