Skip to content

Commit 2b16d54

Browse files
committed
A semicolon for the semicolon gods
1 parent 9600e85 commit 2b16d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/angular/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ IonicModule
8585
$element.on('click', function() {
8686
$timeout(function() {
8787
ionInputCtrl.input.focus();
88-
})
88+
});
8989
})
9090

9191
}

0 commit comments

Comments
 (0)