Skip to content

Commit

Permalink
Merge pull request #1 from walsh9/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
walsh9 committed Oct 8, 2014
2 parents 4a1c9be + 3d9d5a7 commit 5d5d768
Show file tree
Hide file tree
Showing 18 changed files with 1,007 additions and 622 deletions.
8 changes: 6 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ module.exports = function(grunt) {
},
build: {
src: ['src/intro.js',
'src/polyfill.js',
'src/options.js',
'src/utils.js',
'src/html.js',
'src/events.js',
'src/scroller.js',
'src/tracklist.js',
'src/widget.js',
'src/main.js',
'src/outro.js'],
dest: 'dist/<%= pkg.name %>.js'
Expand Down Expand Up @@ -90,7 +94,7 @@ module.exports = function(grunt) {

grunt.registerTask('default',
['clean',
'jshint:src',
//'jshint:src',
'concat',
'jshint:build',
'jshint:test',
Expand Down
4 changes: 2 additions & 2 deletions css/videojs-transcript.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
font-family: Arial, sans-serif;
}

.transcript {
.transcript-body {
height: 200px;
overflow-y: scroll;
}
Expand Down Expand Up @@ -34,4 +34,4 @@

.transcript-line.is-active {
background-color: #e2fbfb;
}
}
2 changes: 1 addition & 1 deletion css/videojs-transcript3.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
font-family: Arial, sans-serif;
}

.transcript-lines {
.transcript-body {
height: 200px;
overflow-y: scroll;
border: 1px solid #111;
Expand Down
Loading

0 comments on commit 5d5d768

Please sign in to comment.