Browse Source

Fixed indentation

Luis Fraguada 4 years ago
parent
commit
a523baade3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/loaders/3DMLoader.js

+ 1 - 1
examples/jsm/loaders/3DMLoader.js

@@ -519,7 +519,7 @@ Rhino3dmLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
 
 
 				// ref https://bl.ocks.org/duhaime/60c7083009bbd49ce50a58c371d8c818
 				// ref https://bl.ocks.org/duhaime/60c7083009bbd49ce50a58c371d8c818
 				var dpr = window.devicePixelRatio || 1;
 				var dpr = window.devicePixelRatio || 1;
-        		var bsr = ctx.webkitBackingStorePixelRatio ||
+				var bsr = ctx.webkitBackingStorePixelRatio ||
 					ctx.mozBackingStorePixelRatio ||
 					ctx.mozBackingStorePixelRatio ||
 					ctx.msBackingStorePixelRatio ||
 					ctx.msBackingStorePixelRatio ||
 					ctx.oBackingStorePixelRatio ||
 					ctx.oBackingStorePixelRatio ||