Skip to content

Conversation

@miguelcobain
Copy link

@miguelcobain miguelcobain commented Jul 22, 2015

This allows you to do things like:

$('.print-element').printArea().then(function() {
  //run after print dialog closed
});

Because we are using setTimeout, the code becomes asynchronous, even if .print is blocking.
This shouldn't cause any backward compatibility issues.

@miguelcobain
Copy link
Author

Ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant