Browse Source

Merge branch 'master' of github.com:jaysalvat/vegas

Jay Salvat 5 years ago
parent
commit
3b3b464875
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      src/vegas.js

+ 1 - 1
CHANGELOG.md

@@ -8,7 +8,7 @@
 * Update README.md
 * Update README.md http:// to https:// link.
 
-### Vegas 2.4.2 2018-20-18
+### Vegas 2.4.2 2018-09-18
 
 * Update dev packages
 * Code formating

+ 1 - 1
src/vegas.js

@@ -257,7 +257,7 @@
         return videoCache[cacheKey];
       }
 
-      if (!srcs instanceof Array) {
+      if (!(srcs instanceof Array)) {
         srcs = [ srcs ];
       }