Skip to content

Commit 818b912

Browse files
Update docs.
1 parent a4f51f5 commit 818b912

29 files changed

+52
-859
lines changed

docs/v2/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5b08e415561be5bb341d7ab0868ce45c
3+
config: 6fc1fc91871604589e94b56800b46222
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/v2/_build/html/_header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282

8383
<div class="version">
84-
2.1.6
84+
2.1.7
8585
</div>
8686

8787

@@ -196,7 +196,7 @@
196196

197197
<div role="contentinfo">
198198
<p>
199-
&copy; Copyright 2016-2019, Arian Fornaris.
199+
&copy; Copyright 2016-2020, Arian Fornaris.
200200

201201
</p>
202202
</div>
@@ -217,7 +217,7 @@
217217
<script type="text/javascript">
218218
var DOCUMENTATION_OPTIONS = {
219219
URL_ROOT:'./',
220-
VERSION:'2.1.6',
220+
VERSION:'2.1.7',
221221
COLLAPSE_INDEX:false,
222222
FILE_SUFFIX:'.html',
223223
HAS_SOURCE: true,
-673 Bytes
Binary file not shown.
-756 Bytes
Binary file not shown.
-829 Bytes
Binary file not shown.
-641 Bytes
Binary file not shown.

docs/v2/_build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.1.6',
3+
VERSION: '2.1.7',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',
-222 Bytes
Binary file not shown.

docs/v2/_build/html/_static/down.png

-202 Bytes
Binary file not shown.

docs/v2/_build/html/_static/jquery.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Released under the MIT license
1010
* https://jquery.org/license
1111
*
12-
* Date: 2019-01-30T03:06Z
12+
* Date: 2019-04-19T06:52Z
1313
*/
1414
( function( global, factory ) {
1515

@@ -261,8 +261,9 @@ jQuery.extend = jQuery.fn.extend = function() {
261261
src = target[ name ];
262262
copy = options[ name ];
263263

264+
// Prevent Object.prototype pollution
264265
// Prevent never-ending loop
265-
if ( target === copy ) {
266+
if ( name === "__proto__" || target === copy ) {
266267
continue;
267268
}
268269

-214 Bytes
Binary file not shown.

docs/v2/_build/html/_static/up.png

-203 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)