validated all source files against the latest JSLint version

and pushed to this date
pull/3/merge
jmoenig 2014-01-09 18:50:38 +01:00
rodzic 3345081d73
commit fa88fdc761
14 zmienionych plików z 23 dodań i 25 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ inspired by Scratch
written by Jens Mönig and Brian Harvey written by Jens Mönig and Brian Harvey
jens@moenig.org, bh@cs.berkeley.edu 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 Snap! is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as it under the terms of the GNU Affero General Public License as

Wyświetl plik

@ -9,7 +9,7 @@
written by Jens Mönig written by Jens Mönig
jens@moenig.org jens@moenig.org
Copyright (C) 2013 by Jens Mönig Copyright (C) 2014 by Jens Mönig
This file is part of Snap!. This file is part of Snap!.

Wyświetl plik

@ -9,7 +9,7 @@
written by Jens Mönig written by Jens Mönig
jens@moenig.org jens@moenig.org
Copyright (C) 2013 by Jens Mönig Copyright (C) 2014 by Jens Mönig
This file is part of Snap!. This file is part of Snap!.
@ -106,7 +106,7 @@ SymbolMorph, isNil*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.byob = '2013-November-26'; modules.byob = '2014-January-09';
// Declarations // Declarations

Wyświetl plik

@ -6,7 +6,7 @@
written by Jens Mönig 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!. This file is part of Snap!.
@ -29,7 +29,7 @@
/*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/ /*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/
modules.cloud = '2013-November-26'; modules.cloud = '2014-January-09';
// Global stuff // Global stuff
@ -37,9 +37,6 @@ var Cloud;
var SnapCloud = new Cloud( var SnapCloud = new Cloud(
'https://snapcloud.miosoft.com/miocon/app/login?_app=SnapCloud' '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 ///////////////////////////////////////////////////////////// // Cloud /////////////////////////////////////////////////////////////

6
gui.js
Wyświetl plik

@ -9,7 +9,7 @@
written by Jens Mönig written by Jens Mönig
jens@moenig.org jens@moenig.org
Copyright (C) 2013 by Jens Mönig Copyright (C) 2014 by Jens Mönig
This file is part of Snap!. This file is part of Snap!.
@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph, BlockLabelPlaceHolderMorph*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.gui = '2013-November-07'; modules.gui = '2014-January-09';
// Declarations // Declarations
@ -2391,7 +2391,7 @@ IDE_Morph.prototype.aboutSnap = function () {
world = this.world(); world = this.world();
aboutTxt = 'Snap! 4.0\nBuild Your Own Blocks\n\n--- beta ---\n\n' 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' + 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

Wyświetl plik

@ -2062,4 +2062,5 @@ ______
* Blocks, Objects, Threads: Collapse old STOP primitives into a single one with a dropdown of options * Blocks, Objects, Threads: Collapse old STOP primitives into a single one with a dropdown of options
* German translation update for new (migrated) STOP block * German translation update for new (migrated) STOP block
* Morphic: Fixed updateReferences() (how could nobody notice so long?!) * 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

Wyświetl plik

@ -6,7 +6,7 @@
written by Jens Mönig 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!. This file is part of Snap!.

Wyświetl plik

@ -7,7 +7,7 @@
written by Jens Mönig and Brian Harvey written by Jens Mönig and Brian Harvey
jens@moenig.org, bh@cs.berkeley.edu 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!. This file is part of Snap!.
@ -61,7 +61,7 @@ PushButtonMorph, SyntaxElementMorph, Color, Point, WatcherMorph,
StringMorph, SpriteMorph, ScrollFrameMorph, CellMorph, ArrowMorph, StringMorph, SpriteMorph, ScrollFrameMorph, CellMorph, ArrowMorph,
MenuMorph, snapEquals, Morph, isNil, localize, MorphicPreferences*/ MenuMorph, snapEquals, Morph, isNil, localize, MorphicPreferences*/
modules.lists = '2013-December-04'; modules.lists = '2014-January-09';
var List; var List;
var ListWatcherMorph; var ListWatcherMorph;

Wyświetl plik

@ -6,7 +6,7 @@
written by Jens Mönig 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!. This file is part of Snap!.

Wyświetl plik

@ -9,7 +9,7 @@
written by Jens Mönig written by Jens Mönig
jens@moenig.org jens@moenig.org
Copyright (C) 2013 by Jens Mönig Copyright (C) 2014 by Jens Mönig
This file is part of Snap!. This file is part of Snap!.

Wyświetl plik

@ -5,7 +5,7 @@
inspired by the Scratch paint editor. inspired by the Scratch paint editor.
written by Kartik Chandra written by Kartik Chandra
Copyright (C) 2013 by Kartik Chandra Copyright (C) 2014 by Kartik Chandra
This file is part of Snap!. This file is part of Snap!.
@ -64,7 +64,7 @@
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.paint = '2014-January-08'; modules.paint = '2014-January-09';
// Declarations // Declarations

Wyświetl plik

@ -7,7 +7,7 @@
written by Jens Mönig written by Jens Mönig
jens@moenig.org jens@moenig.org
Copyright (C) 2013 by Jens Mönig Copyright (C) 2014 by Jens Mönig
This file is part of Snap!. This file is part of Snap!.
@ -61,7 +61,7 @@ SyntaxElementMorph*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.store = '2013-December-19'; modules.store = '2014-January-09';
// XML_Serializer /////////////////////////////////////////////////////// // XML_Serializer ///////////////////////////////////////////////////////

Wyświetl plik

@ -9,7 +9,7 @@
written by Jens Mönig written by Jens Mönig
jens@moenig.org jens@moenig.org
Copyright (C) 2013 by Jens Mönig Copyright (C) 2014 by Jens Mönig
This file is part of Snap!. This file is part of Snap!.

Wyświetl plik

@ -7,7 +7,7 @@
written by Jens Mönig written by Jens Mönig
jens@moenig.org jens@moenig.org
Copyright (C) 2013 by Jens Mönig Copyright (C) 2014 by Jens Mönig
This file is part of Snap!. This file is part of Snap!.
@ -74,7 +74,7 @@ HTMLCanvasElement, fontHeight, SymbolMorph, localize, SpeechBubbleMorph,
ArrowMorph, MenuMorph, isString, isNil, SliderMorph, MorphicPreferences, ArrowMorph, MenuMorph, isString, isNil, SliderMorph, MorphicPreferences,
ScrollFrameMorph*/ ScrollFrameMorph*/
modules.widgets = '2013-November-26'; modules.widgets = '2014-January-09';
var PushButtonMorph; var PushButtonMorph;
var ToggleButtonMorph; var ToggleButtonMorph;