sebastien 7 yıl önce
ebeveyn
işleme
0f96f9d13a
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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) {