diff --git a/FileSaver.js b/FileSaver.js index dd3316d..e06f6ee 100644 --- a/FileSaver.js +++ b/FileSaver.js @@ -127,7 +127,7 @@ var saveAs = saveAs || (function(view) { } else { var new_tab = view.open(object_url, "_blank"); if (new_tab === undefined && is_safari) { - //Apple do not allow window.open, see http://bit.ly/1kZffRI + // Apple does not allow window.open, see https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/WorkingwithWindowsandTabs/WorkingwithWindowsandTabs.html view.location.href = object_url; } }