Fix a couple of typos in require calls

This commit is contained in:
Alex Ford 2017-06-25 10:34:44 +01:00
parent 8b630c66b3
commit 8d2a9fd043
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
var RotateMatrix = require('./RotateMatrix)';
var RotateMatrix = require('./RotateMatrix');
var Rotate180 = function (matrix)
{

View file

@ -1,4 +1,4 @@
var RotateMatrix = require('./RotateMatrix)';
var RotateMatrix = require('./RotateMatrix');
var RotateLeft = function (matrix)
{

View file

@ -1,4 +1,4 @@
var RotateMatrix = require('./RotateMatrix)';
var RotateMatrix = require('./RotateMatrix');
var RotateRight = function (matrix)
{