push morphic.js version date

pull/3/merge
jmoenig 2014-11-20 15:40:20 +01:00
rodzic ebc1d3779c
commit 3cc28b1f1c
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -2331,3 +2331,4 @@ ______
* GUI: Updated the “About” Dialog with a mention of support from CDG (SAP Labs)
* BYOB: Percent sign fix for block labels, thanks, @natashasandy!
* Threads: fix line option in split block for Windows files, thanks, @brianharvey!
* Morphic: fix slider range 1, thanks, @tonychenr !

Wyświetl plik

@ -1041,7 +1041,7 @@
/*global window, HTMLCanvasElement, getMinimumFontHeight, FileReader, Audio,
FileList, getBlurredShadowSupport*/
var morphicVersion = '2014-November-06';
var morphicVersion = '2014-November-20';
var modules = {}; // keep track of additional loaded modules
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug