From ff513ba4391bd6cd44d2add5e2f54c02465b6629 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 8 Jul 2014 13:33:58 +0200 Subject: updated version of objects.js fixed scrolling glitch in the palette, thanks, Kunal! --- history.txt | 3 ++- objects.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/history.txt b/history.txt index 343a081..84c9f92 100755 --- a/history.txt +++ b/history.txt @@ -2181,4 +2181,5 @@ ______ ------ * Threads: show error messages for custom blocks (propagating to the script’s top block) * Threads: adjust to Doug Crockford’s latest infuriating nitpickings in JSLint -* GUI: show username in ‘logout’ entry of cloud menu +* GUI: show username in ‘logout’ entry of cloud menu +* GUI, Objects: fixed scrolling glitch in the palette, thanks, Kunal! diff --git a/objects.js b/objects.js index 3140211..e76126c 100644 --- a/objects.js +++ b/objects.js @@ -125,7 +125,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2014-Jun-06'; +modules.objects = '2014-July-08'; var SpriteMorph; var StageMorph; -- cgit v1.3.1