We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b630c6 commit 8d2a9fdCopy full SHA for 8d2a9fd
3 files changed
v3/src/utils/array/matrix/Rotate180.js
@@ -1,4 +1,4 @@
1
-var RotateMatrix = require('./RotateMatrix)';
+var RotateMatrix = require('./RotateMatrix');
2
3
var Rotate180 = function (matrix)
4
{
v3/src/utils/array/matrix/RotateLeft.js
var RotateLeft = function (matrix)
v3/src/utils/array/matrix/RotateRight.js
var RotateRight = function (matrix)
0 commit comments