Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Slight code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwisner committed Sep 3, 2017
1 parent d8a098c commit 6d38344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ember-videojs-dash
[![Build Status](https://travis-ci.org/mwisner/ember-videojs-dash.svg?branch=master)](https://travis-ci.org/mwisner/ember-videojs-dash)
[![Ember Observer Score](https://emberobserver.com/badges/ember-videojs-dash.svg)](https://emberobserver.com/addons/ember-videojs-dash)

Ember + https://github.com/videojs/videojs-contrib-dash

Expand Down
8 changes: 0 additions & 8 deletions tests/dummy/app/components/video-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ export default Ember.Component.extend({
didInsertElement() {
this._super(...arguments);
videojs(this.elementId);
/**
player.ready(function() {
player.src({
src: 'https://s3.amazonaws.com/_bc_dml/example-content/sintel_dash/sintel_vod.mpd',
type: 'application/dash+xml'
});
});
**/
}
});

0 comments on commit 6d38344

Please sign in to comment.