Cleaning up, actual changes are in the next commits

- Formatting
- Trailing spaces
- Extraneous blank lines
- Large comments
This commit is contained in:
Hypolite Petovan 2017-01-08 01:49:13 +11:00
parent 8d195dc499
commit daa8e4f901
28 changed files with 315 additions and 828 deletions

View file

@ -1,4 +1,4 @@
/*
/*
* @brief The file contains functions for text editing and commenting
*/
@ -93,7 +93,7 @@ function commentOpenUI(obj, id) {
$("#comment-edit-text-" + id).attr('tabindex','9');
$("#comment-edit-submit-" + id).attr('tabindex','10');
$("#comment-edit-submit-wrapper-" + id).show();
// initiale autosize for this comment
// initialize autosize for this comment
autosize($("#comment-edit-text-" + id + ".text-autosize"));
}
};