-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace comments with whitespace control
Replace handlebars comments with handlebars whitespace control character. Fixes #1
- Loading branch information
1 parent
7daa684
commit 2a15973
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{{#split-container isVertical=true}} | ||
{{#split-view class="bgBlue verticalScroll"}} | ||
{{lorem-ipsum length=5500}} | ||
{{/split-view}}{{!-- This comment is the least invasive way to prevent spaces between the view and the bar. | ||
--}}{{splitter-bar}}{{!-- This comment is the least invasive way to prevent spaces between the bar and the view. | ||
--}}{{#split-view class="bgRed verticalScroll"}} | ||
{{/split-view}} | ||
{{~ splitter-bar ~}} | ||
{{#split-view class="bgRed verticalScroll"}} | ||
{{lorem-ipsum length=5500}} | ||
{{/split-view}} | ||
{{/split-container}} |