diff options
| author | wjames5 <will@tekimaki.com> | 2009-08-18 21:35:26 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-08-18 21:35:26 +0000 |
| commit | 007c0a5e039e69468100274d2151006d369e792a (patch) | |
| tree | a38db37890799a902a2103705e94dcf21f5db641 /javascript/libs | |
| parent | 59f0eadd61d346288ff3236201744e56081b5465 (diff) | |
| download | util-007c0a5e039e69468100274d2151006d369e792a.tar.gz util-007c0a5e039e69468100274d2151006d369e792a.tar.bz2 util-007c0a5e039e69468100274d2151006d369e792a.zip | |
stick a colon on the end to make packing go smoother - i think
Diffstat (limited to 'javascript/libs')
| -rw-r--r-- | javascript/libs/fat.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/libs/fat.js b/javascript/libs/fat.js index 4fdf4a9..9710629 100644 --- a/javascript/libs/fat.js +++ b/javascript/libs/fat.js @@ -1,4 +1,4 @@ -// $Header: /cvsroot/bitweaver/_bit_util/javascript/libs/fat.js,v 1.5 2007/07/09 18:29:25 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_util/javascript/libs/fat.js,v 1.6 2009/08/18 21:35:26 wjames5 Exp $ // please modify this file and leave plenty of comments. This file will be // compressed automatically. Please make sure you only use comments beginning @@ -86,4 +86,4 @@ var Fat = { window.onload = function () { Fat.fade_all(); -} +}; |
