diff options
| -rwxr-xr-x | history.txt | 3 | ||||
| -rw-r--r-- | 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! @@ -125,7 +125,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2014-Jun-06'; +modules.objects = '2014-July-08'; var SpriteMorph; var StageMorph; |
