diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-12-04 15:33:56 +0000 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-12-11 19:45:40 +0100 |
commit | 609701961ec195c91bd81a80ee22593132c43bd9 (patch) | |
tree | 7b91e397d76c05e9e715ace4aa9de9604aba98cc /static/js/changesettracker.js | |
parent | d20dcc7c57d993aa7cb55dddbe551665e74f4843 (diff) | |
download | etherpad-lite-609701961ec195c91bd81a80ee22593132c43bd9.zip |
Added some comments to help us documentating the code
Diffstat (limited to 'static/js/changesettracker.js')
-rw-r--r-- | static/js/changesettracker.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/js/changesettracker.js b/static/js/changesettracker.js index 09e413f3..cc7f6462 100644 --- a/static/js/changesettracker.js +++ b/static/js/changesettracker.js @@ -1,4 +1,10 @@ /** + * This code is mostly from the old Etherpad. Please help us to comment this code. + * This helps other people to understand this code better and helps them to improve it. + * TL;DR COMMENTS ON THIS FILE ARE HIGHLY APPRECIATED + */ + +/** * Copyright 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); |