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

Commit

Permalink
Send dist files from Travis-CI [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbert committed Apr 14, 2017
1 parent 2b41bc0 commit 3ba2101
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/RELEASES NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Release Notes v1.10.0 (2017/04/13)
### Release Notes v1.10.0 (2017/04/14)
* Adapt EME's protection model 21Jan2015 to chrome 58 updates (secure origins and server certificate)
* - Check requestMediaKeySystemAccess API availability when requesting key system access
* - Add possibility to provide server certificate when loading a stream
Expand Down
2 changes: 1 addition & 1 deletion dist/doc/MediaPlayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10939,7 +10939,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

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

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion dist/doc/classes.list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

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

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion dist/doc/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

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

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion dist/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

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

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion dist/doc/quicksearch.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/hasplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* 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.
*/

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

(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down Expand Up @@ -71,8 +71,8 @@ MediaPlayer = function () {
////////////////////////////////////////// PRIVATE ////////////////////////////////////////////
var VERSION_DASHJS = '1.2.0',
VERSION = '1.10.0',
GIT_TAG = '423c96d',
BUILD_DATE = '2017-4-14_9:11:0',
GIT_TAG = '2b41bc0',
BUILD_DATE = '2017-4-14_12:1:18',
context = new MediaPlayer.di.Context(), // default context
system = new dijon.System(), // dijon system instance
initialized = false,
Expand Down
Binary file modified dist/hasplayer.js.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/hasplayer.min.js

Large diffs are not rendered by default.

0 comments on commit 3ba2101

Please sign in to comment.