Merge pull request #235 from Arkni/master
Remove `es5-shim` notice from docs
This commit is contained in:
commit
7f678cbbf9
@ -8,3 +8,6 @@ end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
@ -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.*
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user