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

@@ -20,7 +20,6 @@ angular.module('app.frontend')
* only used when inside of the text editor. * only used when inside of the text editor.
*/ */
var handleTab = function (event) { var handleTab = function (event) {
if (event.which == 9) { if (event.which == 9) {
event.preventDefault(); event.preventDefault();
var start = event.target.selectionStart; var start = event.target.selectionStart;