Guest User

Untitled

a guest
Jan 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. authScreen.prototype = new Screen();
  2. function authScreen(){
  3. this.template='auth';
  4. this.screen='auth';
  5. }
  6. authScreen.prototype.onLoad = function() {
  7. Screen.prototype.onLoad.call(this);
  8. this.execAssign();
  9. }
Add Comment
Please, Sign In to add comment