1
0
DIYgod 7 жил өмнө
parent
commit
1331b6d5c0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/time.js

+ 1 - 1
src/time.js

@@ -88,7 +88,7 @@ class Time {
         }
     }
 
-    distroy (type) {
+    destroy (type) {
         if (type) {
             clearInterval(this[`${type}Checker`]);
         }