diff --git a/history.txt b/history.txt index 343a0812..84c9f92f 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 31402118..e76126c9 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;