Skip to content

Commit

Permalink
fix resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Gray committed Mar 27, 2012
1 parent 8ce49c5 commit e226a61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/scripts/html5player.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
steal( '../lib/jquery',
'../lib/jquery-ui-1.8.18/ui/jquery-ui.js',
'../lib/modernizr.js' )
.css( '../style/main' ) // Loads 'main.css'
.css( '../style/main',
'../lib/jquery-ui-1.8.18/themes/base/jquery.ui.all' ) // Loads 'main.css'
.then(function(){ // Adds a function to be called back once all prior files have been loaded and run

var $video, $buffer, $primary, $secondary, video, buffer, primary, secondary, bufferCtx, primaryCtx, secondaryCtx,
Expand Down

0 comments on commit e226a61

Please sign in to comment.