This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
javascript
/
three.js
mirror da
https://github.com/tazdij/three.js.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
removed strict mode
Jaume Sanchez
8 anni fa
parent
f7dbb46fbd
commit
5c863cd1fc
1 ha cambiato i file
con
0 aggiunte
e
2 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
2
examples/js/loaders/ImageBitmapLoader.js
+ 0
- 2
examples/js/loaders/ImageBitmapLoader.js
Vedi File
@@ -1,5 +1,3 @@
-'use strict';
-
/**
* @author thespite / http://clicktorelease.com/
*/