Steven Fukase %!s(int64=4) %!d(string=hai) anos
pai
achega
9691ef015a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/growi-commons/src/util/path-utils.js

+ 1 - 1
packages/growi-commons/src/util/path-utils.js

@@ -17,7 +17,7 @@ function matchSlashes(path) {
  * @returns {boolean}
  * @memberof pathUtils
  */
- function hasHeadingSlash(path) {
+function hasHeadingSlash(path) {
   if (path == null || path === '') {
     return false;
   }