浏览代码

Fixed typos.

Lauri Ojansivu 4 年之前
父节点
当前提交
2d749e13e0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      client/components/main/layouts.js

+ 2 - 2
client/components/main/layouts.js

@@ -180,10 +180,10 @@ Template.userFormsLayout.events({
         templateInstance.isLoading.set(false);
         templateInstance.isLoading.set(false);
       });
       });
     }
     }
-    isCheckDone= false;
+    isCheckDone = false;
   },
   },
   'click #at-signUp'(event, templateInstance){
   'click #at-signUp'(event, templateInstance){
-    isCheckDone= false;
+    isCheckDone = false;
   },
   },
   'DOMSubtreeModified #at-oidc'(event){
   'DOMSubtreeModified #at-oidc'(event){
     if(alreadyCheck <= 2){
     if(alreadyCheck <= 2){