Skip to content

Commit 1be5622

Browse files
committed
Fix typo eligrey#223
1 parent 967f5c1 commit 1be5622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileSaver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var saveAs = saveAs || (function(view) {
127127
} else {
128128
var new_tab = view.open(object_url, "_blank");
129129
if (new_tab === undefined && is_safari) {
130-
//Apple do not allow window.open, see http://bit.ly/1kZffRI
130+
// Apple does not allow window.open, see https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/WorkingwithWindowsandTabs/WorkingwithWindowsandTabs.html
131131
view.location.href = object_url;
132132
}
133133
}

0 commit comments

Comments
 (0)