Browse Source

Fixed inconsistency in quotes

Aldán Creo 4 năm trước cách đây
mục cha
commit
c1efdcceb2

+ 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:
 					the three.js object is available and working. Create test/verify-three.js containing:
 <code>
 <code>
 var THREE = require('three');
 var THREE = require('three');
-var assert = require("assert");
+var assert = require('assert');
 
 
 describe('The THREE object', function() {
 describe('The THREE object', function() {
   it('should have a defined BasicShadowMap constant', function() {
   it('should have a defined BasicShadowMap constant', function() {