Skip to content

Commit

Permalink
Generate new version
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginalEXE committed Aug 24, 2018
1 parent 33708f2 commit a7a3e5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dist/vidim.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* vidim v1.0.1
* 2017-03-13T17:00:04.439Z
* 2018-08-24T13:55:53.385Z
* https://github.com/OriginalEXE/vidim
*
* Made by Ante Sepic
Expand All @@ -15,7 +15,7 @@ function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}

var index$1 = createCommonjsModule(function (module) {
var componentEmitter = createCommonjsModule(function (module) {
/**
* Expose `Emitter`.
*/
Expand Down Expand Up @@ -738,7 +738,7 @@ var YouTubeProvider = function (vidim) {
fs: 0,
iv_load_policy: 3,
modestbranding: 1,
origin: window.location.host,
origin: typeof window.location.origin !== 'undefined' ? window.location.origin : window.location.protocol + '//' + window.location.hostname + (window.location.port ? ':' + window.location.port : ''),
playsinline: 1,
rel: 0,
showinfo: 0,
Expand Down Expand Up @@ -1384,7 +1384,7 @@ var index = ((function factory(global) {
instances[this.vidimID] = this;

// Add emitter interface to our instance
index$1(this);
componentEmitter(this);

// Check if poster was provided but the source was not,
// in that case we fake a simple provider interface that only displays a
Expand Down
Loading

0 comments on commit a7a3e5e

Please sign in to comment.