Skip to content

Commit

Permalink
cleanup crlf
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Ebersol committed Jun 13, 2017
1 parent 10034a8 commit b714d31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public
src/styleguide

# ignore navigation module JS template file
core/modules/navigation/js/templates.js
core/modules/navigation/js/templates.js
2 changes: 1 addition & 1 deletion core/modules/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(Handlebars) {
contentFor(name, options) {
var blocks = this._blocks || (this._blocks = {});
var block = blocks[name] || (blocks[name] = []);

block.push(options.fn(this));
},

Expand Down
1 change: 1 addition & 0 deletions src/patterns/atoms/forms/textarea.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<textarea name="" id="" cols="30" rows="10"></textarea>

0 comments on commit b714d31

Please sign in to comment.