Fix minor formatting issues

This commit is contained in:
Lev Lazinskiy
2017-01-19 16:23:53 -08:00
parent 8d54b916eb
commit 56ce553d81

View File

@@ -19,8 +19,7 @@ angular.module('app.frontend')
* Insert 4 spaces when a tab key is pressed,
* only used when inside of the text editor.
*/
var handleTab = function (event ) {
var handleTab = function (event) {
if (event.which == 9) {
event.preventDefault();
var start = event.target.selectionStart;