Steven Fukase hace 4 años
padre
commit
9691ef015a
Se han modificado 1 ficheros con 1 adiciones y 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;
   }