Guest User

Untitled

a guest
Jan 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var utils = require('./utils');
  2.  
  3. module.exports = function($) {
  4.  
  5. // TODO: curStep needed?
  6. window.curStep = 'account';
  7.  
  8. var remote = window.remote;
  9.  
  10. var $account = utils.$account;
Add Comment
Please, Sign In to add comment