Merge pull request #235 from Arkni/master

Remove `es5-shim` notice from docs
This commit is contained in:
Vlad Filippov 2016-04-25 09:18:36 -04:00
commit 7f678cbbf9
3 changed files with 6 additions and 3 deletions

View File

@ -8,3 +8,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false

View File

@ -152,7 +152,7 @@ Options that will be passed to your template. Used to pass settings to the templ
#### options.polyfills
Type: `String|Array`
Third party polyfill libraries like json2 that are loaded at the very top before anything else. es5-shim is loaded automatically with this library.
Third party polyfill libraries like json2 that are loaded at the very top before anything else.
#### options.display
Type: `String`
@ -329,4 +329,4 @@ for more information on the RequireJS template.
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Thu Apr 07 2016 12:22:30.*
*This file was generated on Mon Apr 25 2016 01:03:39.*

View File

@ -102,7 +102,7 @@ Options that will be passed to your template. Used to pass settings to the templ
## options.polyfills
Type: `String|Array`
Third party polyfill libraries like json2 that are loaded at the very top before anything else. es5-shim is loaded automatically with this library.
Third party polyfill libraries like json2 that are loaded at the very top before anything else.
## options.display
Type: `String`