diff options
| author | jmoenig <jens@moenig.org> | 2014-11-20 15:40:20 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-11-20 15:40:24 +0100 |
| commit | 3cc28b1f1ce44f053399686e58be860f9c4a7018 (patch) | |
| tree | 8d32e15b551ee35f61391fa56b12358ecbdf1fa6 | |
| parent | ebc1d3779c620829413ff10446813372647e61ea (diff) | |
| download | snap-3cc28b1f1ce44f053399686e58be860f9c4a7018.tar.gz snap-3cc28b1f1ce44f053399686e58be860f9c4a7018.zip | |
push morphic.js version date
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | morphic.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/history.txt b/history.txt index c44a57b..110ea89 100755 --- a/history.txt +++ b/history.txt @@ -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 ! @@ -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 |
