summaryrefslogtreecommitdiff
path: root/morphic.js
diff options
context:
space:
mode:
Diffstat (limited to 'morphic.js')
-rw-r--r--morphic.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphic.js b/morphic.js
index 5977f01..5b2c67c 100644
--- a/morphic.js
+++ b/morphic.js
@@ -1035,7 +1035,7 @@
/*global window, HTMLCanvasElement, getMinimumFontHeight, FileReader, Audio,
FileList, getBlurredShadowSupport*/
-var morphicVersion = '2013-June-04';
+var morphicVersion = '2013-June-06';
var modules = {}; // keep track of additional loaded modules
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug
@@ -10111,6 +10111,7 @@ WorldMorph.prototype.initEventListeners = function () {
"mousedown",
function (event) {
event.preventDefault();
+ canvas.focus();
myself.hand.processMouseDown(event);
},
false