mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Fix a couple of typos in require calls
This commit is contained in:
parent
8b630c66b3
commit
8d2a9fd043
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
var RotateMatrix = require('./RotateMatrix)';
|
||||
var RotateMatrix = require('./RotateMatrix');
|
||||
|
||||
var Rotate180 = function (matrix)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
var RotateMatrix = require('./RotateMatrix)';
|
||||
var RotateMatrix = require('./RotateMatrix');
|
||||
|
||||
var RotateLeft = function (matrix)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
var RotateMatrix = require('./RotateMatrix)';
|
||||
var RotateMatrix = require('./RotateMatrix');
|
||||
|
||||
var RotateRight = function (matrix)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue