fixed "nearest crayon to" reporter in the crayons library

to be released immediately because we need it for a workshop tomorrow
;-)
upd4.2
Jens Mönig 2018-02-22 13:23:21 +01:00
rodzic 5f40724682
commit c5a6596542
4 zmienionych plików z 13 dodań i 5 usunięć

4
gui.js
Wyświetl plik

@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2018-February-20';
modules.gui = '2018-February-22';
// Declarations
@ -3479,7 +3479,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 4.1.2.1\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 4.1.2.2\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2018 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

Wyświetl plik

@ -3992,3 +3992,11 @@ v4.1.2.1 Notable Changes:
Translation Updates:
* Spanish
180222
------
* crayons library: fixed "nearest crayon to" reporter
* release
=== v4.1.2.2 maintenance release ===

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 4.1.2.1</title>
<title>Snap! Build Your Own Blocks 4.1.2.2</title>
<link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript" src="morphic.js?version=2018-02-20"></script>
<script type="text/javascript" src="widgets.js?version=2018-02-20"></script>