summaryrefslogtreecommitdiff
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
parent3345081d73106b471c39ba41b85b823152dbe797 (diff)
downloadsnap-yow-fa88fdc761faa224d307e833f74163df48cedb0c.tar.gz
snap-yow-fa88fdc761faa224d307e833f74163df48cedb0c.zip
validated all source files against the latest JSLint version
and pushed to this date
-rw-r--r--README.md2
-rw-r--r--blocks.js2
-rw-r--r--byob.js4
-rw-r--r--cloud.js7
-rw-r--r--gui.js6
-rwxr-xr-xhistory.txt3
-rw-r--r--lang-de.js2
-rw-r--r--lists.js4
-rw-r--r--locale.js2
-rw-r--r--objects.js2
-rw-r--r--paint.js4
-rw-r--r--store.js4
-rw-r--r--threads.js2
-rw-r--r--widgets.js4
14 files changed, 23 insertions, 25 deletions
diff --git a/README.md b/README.md
index 8564d27..cf17e18 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ inspired by Scratch
written by Jens Mönig and Brian Harvey
jens@moenig.org, bh@cs.berkeley.edu
-Copyright (C) 2013 by Jens Mönig and Brian Harvey
+Copyright (C) 2014 by Jens Mönig and Brian Harvey
Snap! is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
diff --git a/blocks.js b/blocks.js
index 9997d70..0ce1478 100644
--- a/blocks.js
+++ b/blocks.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!.
diff --git a/byob.js b/byob.js
index 8093266..aff32ad 100644
--- a/byob.js
+++ b/byob.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!.
@@ -106,7 +106,7 @@ SymbolMorph, isNil*/
// Global stuff ////////////////////////////////////////////////////////
-modules.byob = '2013-November-26';
+modules.byob = '2014-January-09';
// Declarations
diff --git a/cloud.js b/cloud.js
index 5ff2f77..17fc76b 100644
--- a/cloud.js
+++ b/cloud.js
@@ -6,7 +6,7 @@
written by Jens Mönig
- Copyright (C) 2013 by Jens Mönig
+ Copyright (C) 2014 by Jens Mönig
This file is part of Snap!.
@@ -29,7 +29,7 @@
/*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/
-modules.cloud = '2013-November-26';
+modules.cloud = '2014-January-09';
// Global stuff
@@ -37,9 +37,6 @@ var Cloud;
var SnapCloud = new Cloud(
'https://snapcloud.miosoft.com/miocon/app/login?_app=SnapCloud'
- //'192.168.2.110:8087/miocon/app/login?_app=SnapCloud'
- //'192.168.186.146:8087/miocon/app/login?_app=SnapCloud'
- // 'localhost/miocon/app/login?_app=SnapCloud'
);
// Cloud /////////////////////////////////////////////////////////////
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'
diff --git a/history.txt b/history.txt
index 2411d8f..f0569ff 100755
--- a/history.txt
+++ b/history.txt
@@ -2062,4 +2062,5 @@ ______
* Blocks, Objects, Threads: Collapse old STOP primitives into a single one with a dropdown of options
* German translation update for new (migrated) STOP block
* Morphic: Fixed updateReferences() (how could nobody notice so long?!)
-* Store: resolved unexpected assignment expressions (conform to the latest JSLint quibbles)
+* XML: resolved unexpected assignment expressions (conform to the latest JSLint quibbles)
+* validated all source files against the latest JSLint version
diff --git a/lang-de.js b/lang-de.js
index 2013833..0b438b5 100644
--- a/lang-de.js
+++ b/lang-de.js
@@ -6,7 +6,7 @@
written by Jens Mönig
- Copyright (C) 2013 by Jens Mönig
+ Copyright (C) 2014 by Jens Mönig
This file is part of Snap!.
diff --git a/lists.js b/lists.js
index 60cd7e3..3166bf1 100644
--- a/lists.js
+++ b/lists.js
@@ -7,7 +7,7 @@
written by Jens Mönig and Brian Harvey
jens@moenig.org, bh@cs.berkeley.edu
- Copyright (C) 2013 by Jens Mönig and Brian Harvey
+ Copyright (C) 2014 by Jens Mönig and Brian Harvey
This file is part of Snap!.
@@ -61,7 +61,7 @@ PushButtonMorph, SyntaxElementMorph, Color, Point, WatcherMorph,
StringMorph, SpriteMorph, ScrollFrameMorph, CellMorph, ArrowMorph,
MenuMorph, snapEquals, Morph, isNil, localize, MorphicPreferences*/
-modules.lists = '2013-December-04';
+modules.lists = '2014-January-09';
var List;
var ListWatcherMorph;
diff --git a/locale.js b/locale.js
index eb79862..3b65ec9 100644
--- a/locale.js
+++ b/locale.js
@@ -6,7 +6,7 @@
written by Jens Mönig
- Copyright (C) 2013 by Jens Mönig
+ Copyright (C) 2014 by Jens Mönig
This file is part of Snap!.
diff --git a/objects.js b/objects.js
index 3f3df76..af482b1 100644
--- a/objects.js
+++ b/objects.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!.
diff --git a/paint.js b/paint.js
index 15b4172..1929f95 100644
--- a/paint.js
+++ b/paint.js
@@ -5,7 +5,7 @@
inspired by the Scratch paint editor.
written by Kartik Chandra
- Copyright (C) 2013 by Kartik Chandra
+ Copyright (C) 2014 by Kartik Chandra
This file is part of Snap!.
@@ -64,7 +64,7 @@
// Global stuff ////////////////////////////////////////////////////////
-modules.paint = '2014-January-08';
+modules.paint = '2014-January-09';
// Declarations
diff --git a/store.js b/store.js
index 640f2d1..343dca6 100644
--- a/store.js
+++ b/store.js
@@ -7,7 +7,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!.
@@ -61,7 +61,7 @@ SyntaxElementMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.store = '2013-December-19';
+modules.store = '2014-January-09';
// XML_Serializer ///////////////////////////////////////////////////////
diff --git a/threads.js b/threads.js
index 79af3b9..722ce6b 100644
--- a/threads.js
+++ b/threads.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!.
diff --git a/widgets.js b/widgets.js
index 566d60c..c8dbd03 100644
--- a/widgets.js
+++ b/widgets.js
@@ -7,7 +7,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!.
@@ -74,7 +74,7 @@ HTMLCanvasElement, fontHeight, SymbolMorph, localize, SpeechBubbleMorph,
ArrowMorph, MenuMorph, isString, isNil, SliderMorph, MorphicPreferences,
ScrollFrameMorph*/
-modules.widgets = '2013-November-26';
+modules.widgets = '2014-January-09';
var PushButtonMorph;
var ToggleButtonMorph;