mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +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…
Add table
Reference in a new issue