Browse Source

fix normal view

sunag 7 năm trước cách đây
mục cha
commit
c8d4156f89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;