summaryrefslogtreecommitdiff
path: root/widgets.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2013-04-09 00:26:54 -0700
committerJens Mönig <jens@moenig.org>2013-04-09 00:26:54 -0700
commitcd41e7c644d77a396ec80d5f32abe14be7cfcc6b (patch)
treeadbd35eb96687eadbbb4caf2a40c933b948d3f64 /widgets.js
parent0c4cedad05713aed3340c3d89a2e0c82fc87af40 (diff)
parentf3bd991f0710cc41178d6dc41cc1e69dfd41c62b (diff)
downloadsnap-byow-cd41e7c644d77a396ec80d5f32abe14be7cfcc6b.tar.gz
snap-byow-cd41e7c644d77a396ec80d5f32abe14be7cfcc6b.zip
Merge pull request #15 from queryselector/master
Removed .DS_Store, fixed #3, and made things consistently UTF-8
Diffstat (limited to 'widgets.js')
-rw-r--r--widgets.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets.js b/widgets.js
index ea01fa6..dbeeefc 100644
--- a/widgets.js
+++ b/widgets.js
@@ -4,12 +4,12 @@
additional GUI elements for morphic.js
- written by Jens Mšnig
+ written by Jens Mönig
jens@moenig.org
- Copyright (C) 2013 by Jens Mšnig
+ Copyright (C) 2013 by Jens Mönig
- This file is part of Snap!.
+ This file is part of Snap!.
Snap! is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@@ -2978,4 +2978,4 @@ InputFieldMorph.prototype.drawRectBorder = function (context) {
context.moveTo(this.width() - shift, this.edge);
context.lineTo(this.width() - shift, this.height() - this.edge);
context.stroke();
-}; \ No newline at end of file
+};