diff options
| author | jmoenig <jens@moenig.org> | 2014-01-09 18:50:38 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-01-09 18:50:38 +0100 |
| commit | fa88fdc761faa224d307e833f74163df48cedb0c (patch) | |
| tree | f7e057fdd900f6a2ed42aa9582cda4689e5a7679 /cloud.js | |
| parent | 3345081d73106b471c39ba41b85b823152dbe797 (diff) | |
| download | snap-byow-fa88fdc761faa224d307e833f74163df48cedb0c.tar.gz snap-byow-fa88fdc761faa224d307e833f74163df48cedb0c.zip | |
validated all source files against the latest JSLint version
and pushed to this date
Diffstat (limited to 'cloud.js')
| -rw-r--r-- | cloud.js | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 ///////////////////////////////////////////////////////////// |
