Remove trailing spaces from YAML blocks (#2201)

This commit is contained in:
Alexey Shvayka 2019-06-19 23:39:21 +03:00 committed by Leo Balter
parent 084e45966f
commit df1a1c75b7
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
/*---
description: >
ECMAScript Function objects defined using syntactic constructors
in strict mode code do not have own properties "caller" or

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
/*---
description: >
Functions created using Function.prototype.bind() do not have own
properties "caller" or "arguments", but inherit them from

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
/*---
description: Intrinsic %FunctionPrototype% has poisoned own property "arguments"
includes:
- propertyHelper.js

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
/*---
description: Intrinsic %FunctionPrototype% has poisoned own property "caller"
includes:
- propertyHelper.js

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
/*---
description: >
Functions created using ArrowFunction syntactic form do not have
own properties "caller" or "arguments", but inherit them from

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
/*---
description: >
Functions created using Function.prototype.bind() do not have own
properties "caller" or "arguments", but inherit them from