DIYgod 7 年 前
コミット
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`]);
         }