Bump version

This commit is contained in:
Sathvik Ponangi
2015-01-20 12:50:19 +05:30
parent 62edb79737
commit d7f9019356
+3 -3
View File
@@ -1,5 +1,5 @@
/* @license
* jQuery.print, version 1.3.0
* jQuery.print, version 1.3.1
* (c) Sathvik Ponangi, Doers' Guild
* Licence: CC-By (http://creativecommons.org/licenses/by/3.0/)
*--------------------------------------------------------------------------*/
@@ -190,9 +190,9 @@
}
}, 100);
})
.fail(function () {
.fail(function (err) {
// Use the pop-up method if iframe fails for some reason
console.error("Failed to print from iframe");
console.error("Failed to print from iframe", err);
printContentInNewWindow(content);
})
.always(function () {