updated version of objects.js

fixed scrolling glitch in the palette, thanks, Kunal!
pull/3/merge
jmoenig 2014-07-08 13:33:58 +02:00
rodzic ac38df35e9
commit ff513ba439
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -2181,4 +2181,5 @@ ______
------
* Threads: show error messages for custom blocks (propagating to the scripts top block)
* Threads: adjust to Doug Crockfords 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!

Wyświetl plik

@ -125,7 +125,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.objects = '2014-Jun-06';
modules.objects = '2014-July-08';
var SpriteMorph;
var StageMorph;