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

Fixed inconsistency in quotes

Aldán Creo преди 4 години
родител
ревизия
c1efdcceb2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/manual/en/buildTools/Testing-with-NPM.html

+ 1 - 1
docs/manual/en/buildTools/Testing-with-NPM.html

@@ -153,7 +153,7 @@ $ npm install three --save-dev
 					the three.js object is available and working. Create test/verify-three.js containing:
 <code>
 var THREE = require('three');
-var assert = require("assert");
+var assert = require('assert');
 
 describe('The THREE object', function() {
   it('should have a defined BasicShadowMap constant', function() {