Skip to content

Commit

Permalink
Prevent implicit return of window.URL function
Browse files Browse the repository at this point in the history
  • Loading branch information
outdooricon committed Sep 16, 2016
1 parent 7904646 commit 31891cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polyfiller.js
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@

addPolyfill('usermedia-core', {
f: 'usermedia',
test: userMediaTest && window.URL,
test: userMediaTest && !!window.URL,
d: ['url', DOMSUPPORT]
});

Expand Down

0 comments on commit 31891cb

Please sign in to comment.