Skip to content

Commit

Permalink
r118.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 27, 2020
1 parent 171cc78 commit 25d16a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build/three.js
Original file line number Diff line number Diff line change
Expand Up @@ -42177,6 +42177,8 @@

constructor: ImageBitmapLoader,

isImageBitmapLoader: true,

setOptions: function setOptions( options ) {

this.options = options;
Expand Down
4 changes: 2 additions & 2 deletions build/three.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build/three.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -42145,6 +42145,8 @@ ImageBitmapLoader.prototype = Object.assign( Object.create( Loader.prototype ),

constructor: ImageBitmapLoader,

isImageBitmapLoader: true,

setOptions: function setOptions( options ) {

this.options = options;
Expand Down
2 changes: 1 addition & 1 deletion editor/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// r118.2
// r118.3

const assets = [
'./',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three",
"version": "0.118.2",
"version": "0.118.3",
"description": "JavaScript 3D library",
"main": "build/three.js",
"module": "build/three.module.js",
Expand Down

0 comments on commit 25d16a2

Please sign in to comment.