From be0d37b735df2eda8721c75e154f8b2e85e2c8dc Mon Sep 17 00:00:00 2001 From: Brian Geppert Date: Wed, 3 Dec 2014 19:11:17 -0600 Subject: [PATCH] Use possessive 'its' instead of contraction for 'it is'. --- core/realtime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/realtime.js b/core/realtime.js index 19a5af34f..81dbd9dc5 100644 --- a/core/realtime.js +++ b/core/realtime.js @@ -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);