Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Apr 29, 2020
1 parent a4f51f5 commit 818b912
Show file tree
Hide file tree
Showing 29 changed files with 52 additions and 859 deletions.
2 changes: 1 addition & 1 deletion docs/v2/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5b08e415561be5bb341d7ab0868ce45c
config: 6fc1fc91871604589e94b56800b46222
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 3 additions & 3 deletions docs/v2/_build/html/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@


<div class="version">
2.1.6
2.1.7
</div>


Expand Down Expand Up @@ -196,7 +196,7 @@

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

</p>
</div>
Expand All @@ -217,7 +217,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'2.1.6',
VERSION:'2.1.7',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
Binary file removed docs/v2/_build/html/_static/ajax-loader.gif
Binary file not shown.
Binary file removed docs/v2/_build/html/_static/comment-bright.png
Binary file not shown.
Binary file removed docs/v2/_build/html/_static/comment-close.png
Binary file not shown.
Binary file removed docs/v2/_build/html/_static/comment.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/v2/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2.1.6',
VERSION: '2.1.7',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
Binary file removed docs/v2/_build/html/_static/down-pressed.png
Binary file not shown.
Binary file removed docs/v2/_build/html/_static/down.png
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/v2/_build/html/_static/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2019-01-30T03:06Z
* Date: 2019-04-19T06:52Z
*/
( function( global, factory ) {

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

// Prevent Object.prototype pollution
// Prevent never-ending loop
if ( target === copy ) {
if ( name === "__proto__" || target === copy ) {
continue;
}

Expand Down
Binary file removed docs/v2/_build/html/_static/up-pressed.png
Binary file not shown.
Binary file removed docs/v2/_build/html/_static/up.png
Binary file not shown.
Loading

0 comments on commit 818b912

Please sign in to comment.