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

Commit d5bb3be

Browse files
committed
Send dist files from Travis-CI [ci skip]
1 parent 0641208 commit d5bb3be

File tree

8 files changed

+13
-12
lines changed

8 files changed

+13
-12
lines changed

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-14T12:05:15+00:00
10942+
on 2017-04-14T12:35:25+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-14T12:05:15+00:00
2967+
on 2017-04-14T12:35:25+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-14T12:05:15+00:00
387+
on 2017-04-14T12:35:25+00:00
388388

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

dist/doc/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@ <h2>Getting Started</h2><p>Create a video element somewhere in your html. For ou
176176
var stream = {
177177
url: &quot;&lt;manifest_url>&quot;,
178178
protData: {
179-
com.microsoft.playready: {
179+
&quot;&lt;key_system>&quot;: {
180180
laURL: &quot;&lt;licenser_url>&quot;,
181-
cdmData: &quot;&lt;specific_CDM_data>&quot;
181+
cdmData: &quot;&lt;CDM_data>&quot;,
182+
serverCertificate: &quot;&lt;license_server_certificate (as Base64 string)>&quot;
182183
}
183184
}
184185
};
@@ -259,7 +260,7 @@ <h4 class="modal-title">Search results</h4>
259260
<span class="jsdoc-message">
260261
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
261262

262-
on 2017-04-14T12:05:15+00:00
263+
on 2017-04-14T12:35:25+00:00
263264

264265
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
265266
</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_12:1:18 / git revision : 2b41bc0 */
17+
/* Last build : 2017-4-14_12:31:41 / git revision : 0641208 */
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 = '2b41bc0',
75-
BUILD_DATE = '2017-4-14_12:1:18',
74+
GIT_TAG = '0641208',
75+
BUILD_DATE = '2017-4-14_12:31:41',
7676
context = new MediaPlayer.di.Context(), // default context
7777
system = new dijon.System(), // dijon system instance
7878
initialized = false,

dist/hasplayer.js.zip

7 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)