فهرست منبع

Fix lint errors.

Lauri Ojansivu 6 سال پیش
والد
کامیت
70fd1ce57d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      client/components/main/layouts.js
  2. 1 1
      models/settings.js

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

@@ -92,7 +92,7 @@ Template.userFormsLayout.events({
     event.stopImmediatePropagation();
     event.stopImmediatePropagation();
 
 
     Meteor.subscribe('user-authenticationMethod', email, {
     Meteor.subscribe('user-authenticationMethod', email, {
-      onReady() { 
+      onReady() {
         return authentication.call(this, instance, email, password);
         return authentication.call(this, instance, email, password);
       },
       },
     });
     });

+ 1 - 1
models/settings.js

@@ -260,7 +260,7 @@ if (Meteor.isServer) {
       }
       }
     },
     },
   });
   });
-  
+
   Jobs.register({
   Jobs.register({
     logOut(userId) {
     logOut(userId) {
       Meteor.users.update(
       Meteor.users.update(