Преглед на файлове

Changed init() function to comment

See here for further discussion:

https://github.com/mrdoob/three.js/issues/11421
topherbuckley преди 8 години
родител
ревизия
b2d3346cf8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/manual/introduction/WebGL-compatibility-check.html

+ 1 - 1
docs/manual/introduction/WebGL-compatibility-check.html

@@ -21,7 +21,7 @@
 
 <code>
 if (Detector.webgl) {
-    init();
+    // Initiate function or other initializations here
     animate();
 } else {
     var warning = Detector.getWebGLErrorMessage();