Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Remove ahead since the licenses from fbp will be removed
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Nov 11, 2015
1 parent c6c60f6 commit c76c5d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions client/js/controllers/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,7 @@
for (var i = 0; i < editor.session.getLength(); i++) {
l = editor.session.getLine(i);
if (l.charAt(0) !== "#") {
ahead = editor.session.getLine(i + 1);
if (ahead.charAt(0) !== "#") {
break;
} else {
count++;
}
break;
} else {
count++;
}
Expand Down

0 comments on commit c76c5d7

Please sign in to comment.