diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-18 20:57:35 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-18 20:57:35 +0100 |
commit | 538e64c572220bba43960a3073468c0ce3dc5f4c (patch) | |
tree | 0d680bad2bd411f5abc25477b99bc6f844e01da7 /plugins/archive | |
parent | 774f9dc8350b2a4e41213e16e0a30560e2d41ff1 (diff) |
Fix Closure-compiler warnings, small code improvements
Diffstat (limited to 'plugins/archive')
-rw-r--r-- | plugins/archive/archive.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/archive/archive.js b/plugins/archive/archive.js index 6ed4f971a..813033401 100644 --- a/plugins/archive/archive.js +++ b/plugins/archive/archive.js @@ -1,4 +1,4 @@ -/* +/** * Archive plugin script * @version 2.1 */ |