diff --git a/src/Three.js b/src/Three.js index 7e551e3d8b144d575be2c5e344c53e6f5a754268..a30cd2f69a247e4183f17c9739653ae3fa9935c6 100644 --- a/src/Three.js +++ b/src/Three.js @@ -16,9 +16,6 @@ self.console = self.console || { }; -self.Int32Array = self.Int32Array || Array; -self.Float32Array = self.Float32Array || Array; - String.prototype.trim = String.prototype.trim || function () { return this.replace( /^\s+|\s+$/g, '' );