소스 검색

fix normal view

sunag 7 년 전
부모
커밋
c8d4156f89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/nodes/accessors/NormalNode.js

+ 1 - 1
examples/js/nodes/accessors/NormalNode.js

@@ -59,7 +59,7 @@ NormalNode.prototype.generate = function ( builder, output ) {
 
 		case NormalNode.VIEW:
 
-			result = 'vNormal';
+			result = 'normal';
 
 			break;