Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (this.promise) {
  2.   $.when(this.promise)
  3.   .done(function() {
  4.           this.showAd(this.model);
  5.   }.bind(this));
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement