Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eben Blaisdell
blockcode
Commits
cac02bac
Commit
cac02bac
authored
Feb 08, 2017
by
Eben Blaisdell
Browse files
orientation and 2 actions test
parent
fe233ce1
Changes
1
Show whitespace changes
Inline
Side-by-side
index.js
View file @
cac02bac
...
...
@@ -444,6 +444,7 @@ Block.prototype.untransformDir = function(dir){
return
(
4
+
dir
-
this
.
orient
)
%
4
;
}
Block
.
prototype
.
isOpen
=
function
(
dir
){
console
.
log
(
"
isOpen
"
);
console
.
log
(
dir
);
dir
=
this
.
untransformDir
(
dir
);
console
.
log
(
dir
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment