Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(demo): remove safari 6 fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Oct 8, 2015
1 parent 7675457 commit c9ab5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/demo/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ var isOldBrowser;
* https://github.com/ssorallen/blob-feature-check/
* License: Public domain (http://unlicense.org)
*/
var url = window.webkitURL || window.URL; // Safari 6 uses "webkitURL".
var url = window.URL;
var svg = new Blob(
['<svg xmlns=\'http://www.w3.org/2000/svg\'></svg>'],
{ type: 'image/svg+xml;charset=utf-8' }
Expand Down

0 comments on commit c9ab5f6

Please sign in to comment.