Skip to content

Commit

Permalink
fix incorrect default specification
Browse files Browse the repository at this point in the history
Closes gh-40
  • Loading branch information
Tyler Kellen committed Mar 11, 2013
1 parent 8b86dc0 commit a74dc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,7 +56,7 @@ When set to `true`, partials will be registered in the `namespace` in addition t

#### wrapped
Type: `Boolean`
Default: `false`
Default: `true`

Determine if preprocessed template functions will be wrapped in Handlebars.template function.

Expand Down Expand Up @@ -210,4 +210,4 @@ handlebars: {

Task submitted by [Tim Branyen](http://tbranyen.com)

*This file was generated on Mon Mar 11 2013 09:51:45.*
*This file was generated on Mon Mar 11 2013 17:10:04.*
2 changes: 1 addition & 1 deletion docs/handlebars-options.md
Expand Up @@ -27,7 +27,7 @@ When set to `true`, partials will be registered in the `namespace` in addition t

## wrapped
Type: `Boolean`
Default: `false`
Default: `true`

Determine if preprocessed template functions will be wrapped in Handlebars.template function.

Expand Down

0 comments on commit a74dc7f

Please sign in to comment.