Remove es5-shim
notice from docs
This commit is contained in:
parent
474cc6ca7e
commit
d7e047efc7
@ -8,3 +8,6 @@ end_of_line = lf
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = 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
|
#### options.polyfills
|
||||||
Type: `String|Array`
|
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
|
#### options.display
|
||||||
Type: `String`
|
Type: `String`
|
||||||
@ -329,4 +329,4 @@ for more information on the RequireJS template.
|
|||||||
|
|
||||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
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
|
## options.polyfills
|
||||||
Type: `String|Array`
|
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
|
## options.display
|
||||||
Type: `String`
|
Type: `String`
|
||||||
|
Loading…
Reference in New Issue
Block a user