Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ardublockly
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ardublockly
Commits
ad7d0a13
Commit
ad7d0a13
authored
Dec 03, 2014
by
Neil Fraser
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22 from BrianGeppert/master
Use possessive 'its' instead of contraction for 'it is'.
parents
63c2cc8c
be0d37b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/realtime.js
core/realtime.js
+1
-1
No files found.
core/realtime.js
View file @
ad7d0a13
...
...
@@ -265,7 +265,7 @@ Blockly.Realtime.onObjectChange_ = function(evt) {
if
(
!
block
.
svg_
)
{
// If this is a move of a newly disconnected (i.e newly top
// level) block it will not have any svg (because it has been
// disposed of by it
'
s parent), so we need to handle that here.
// disposed of by its parent), so we need to handle that here.
Blockly
.
Realtime
.
placeBlockOnWorkspace_
(
block
,
false
);
}
Blockly
.
Realtime
.
moveBlock_
(
block
);
...
...
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