summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-01-09 18:50:38 +0100
committerjmoenig <jens@moenig.org>2014-01-09 18:50:38 +0100
commitfa88fdc761faa224d307e833f74163df48cedb0c (patch)
treef7e057fdd900f6a2ed42aa9582cda4689e5a7679 /gui.js
parent3345081d73106b471c39ba41b85b823152dbe797 (diff)
downloadsnap-fa88fdc761faa224d307e833f74163df48cedb0c.tar.gz
snap-fa88fdc761faa224d307e833f74163df48cedb0c.zip
validated all source files against the latest JSLint version
and pushed to this date
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.js b/gui.js
index d7f562e..0adc325 100644
--- a/gui.js
+++ b/gui.js
@@ -9,7 +9,7 @@
written by Jens Mönig
jens@moenig.org
- Copyright (C) 2013 by Jens Mönig
+ Copyright (C) 2014 by Jens Mönig
This file is part of Snap!.
@@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph, BlockLabelPlaceHolderMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2013-November-07';
+modules.gui = '2014-January-09';
// Declarations
@@ -2391,7 +2391,7 @@ IDE_Morph.prototype.aboutSnap = function () {
world = this.world();
aboutTxt = 'Snap! 4.0\nBuild Your Own Blocks\n\n--- beta ---\n\n'
- + 'Copyright \u24B8 2013 Jens M\u00F6nig and '
+ + 'Copyright \u24B8 2014 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'