Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 3ba2101

Browse files
committed
Send dist files from Travis-CI [ci skip]
1 parent 2b41bc0 commit 3ba2101

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

dist/RELEASES NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Release Notes v1.10.0 (2017/04/13)
1+
### Release Notes v1.10.0 (2017/04/14)
22
* Adapt EME's protection model 21Jan2015 to chrome 58 updates (secure origins and server certificate)
33
* - Check requestMediaKeySystemAccess API availability when requesting key system access
44
* - Add possibility to provide server certificate when loading a stream

dist/doc/MediaPlayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10939,7 +10939,7 @@ <h4 class="modal-title">Search results</h4>
1093910939
<span class="jsdoc-message">
1094010940
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1094110941

10942-
on 2017-04-14T09:33:49+00:00
10942+
on 2017-04-14T12:05:15+00:00
1094310943

1094410944
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1094510945
</span>

dist/doc/classes.list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2964,7 +2964,7 @@ <h4 class="modal-title">Search results</h4>
29642964
<span class="jsdoc-message">
29652965
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
29662966

2967-
on 2017-04-14T09:33:49+00:00
2967+
on 2017-04-14T12:05:15+00:00
29682968

29692969
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
29702970
</span>

dist/doc/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h4 class="modal-title">Search results</h4>
384384
<span class="jsdoc-message">
385385
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
386386

387-
on 2017-04-14T09:33:49+00:00
387+
on 2017-04-14T12:05:15+00:00
388388

389389
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
390390
</span>

dist/doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h4 class="modal-title">Search results</h4>
259259
<span class="jsdoc-message">
260260
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
261261

262-
on 2017-04-14T09:33:49+00:00
262+
on 2017-04-14T12:05:15+00:00
263263

264264
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
265265
</span>

dist/doc/quicksearch.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/hasplayer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1515
*/
1616

17-
/* Last build : 2017-4-14_9:11:0 / git revision : 423c96d */
17+
/* Last build : 2017-4-14_12:1:18 / git revision : 2b41bc0 */
1818

1919
(function(root, factory) {
2020
if (typeof define === 'function' && define.amd) {
@@ -71,8 +71,8 @@ MediaPlayer = function () {
7171
////////////////////////////////////////// PRIVATE ////////////////////////////////////////////
7272
var VERSION_DASHJS = '1.2.0',
7373
VERSION = '1.10.0',
74-
GIT_TAG = '423c96d',
75-
BUILD_DATE = '2017-4-14_9:11:0',
74+
GIT_TAG = '2b41bc0',
75+
BUILD_DATE = '2017-4-14_12:1:18',
7676
context = new MediaPlayer.di.Context(), // default context
7777
system = new dijon.System(), // dijon system instance
7878
initialized = false,

dist/hasplayer.js.zip

0 Bytes
Binary file not shown.

dist/hasplayer.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)