2
0
sunag 7 жил өмнө
parent
commit
c8d4156f89

+ 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;