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 /paint.js | |
| parent | 3345081d73106b471c39ba41b85b823152dbe797 (diff) | |
| download | snap-fa88fdc761faa224d307e833f74163df48cedb0c.tar.gz snap-fa88fdc761faa224d307e833f74163df48cedb0c.zip | |
validated all source files against the latest JSLint version
and pushed to this date
Diffstat (limited to 'paint.js')
| -rw-r--r-- | paint.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
