sebastien 7 년 전
부모
커밋
0f96f9d13a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Tools/Gulp/gulp-validateTypedoc.js

+ 1 - 2
Tools/Gulp/gulp-validateTypedoc.js

@@ -502,8 +502,7 @@ Validate.prototype.validateNaming = function(parent, node) {
                 node.kindString,
                 "Naming",
                 "NotUnderscorePascalCase",
-                node.name + " should be Underscore Pascal Case (id: " + node.id + ")", Validate.position(node),
-        );
+                node.name + " should be Underscore Pascal Case (id: " + node.id + ")", Validate.position(node));
         }
     }
     else if (node.flags.isPrivate || node.flags.isProtected) {