فهرست منبع

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;