From d7e047efc78f09ec6626a04012ff70a056ceb93f Mon Sep 17 00:00:00 2001 From: Brahim Arkni Date: Mon, 25 Apr 2016 01:10:03 +0100 Subject: [PATCH] Remove `es5-shim` notice from docs --- .editorconfig | 3 +++ README.md | 4 ++-- docs/jasmine-options.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0f09989..5d12634 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md index b9df55b..676c5fb 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/docs/jasmine-options.md b/docs/jasmine-options.md index 178a338..51a7457 100644 --- a/docs/jasmine-options.md +++ b/docs/jasmine-options.md @@ -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`