Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eben Blaisdell
blockcode
Commits
ca4ada8c
Commit
ca4ada8c
authored
Feb 08, 2017
by
Eben Blaisdell
Browse files
safe strats
parent
ff1e9f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.js
View file @
ca4ada8c
...
...
@@ -515,9 +515,10 @@ Block.prototype.sendMessage = function(dir){
}
}
Block
.
prototype
.
onMessage
=
function
(
dir
){
//
console.log("onMessage");
console
.
log
(
"
onMessage
Begin
"
);
//console.log(dir);
funce
.
exec
(
"
onMessage
"
,[
this
.
transformDir
(
parseInt
(
dir
)).
toString
()],
this
.
interp
);
console
.
log
(
"
onMessageBegin
"
);
}
//Main
...
...
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