Skip to content

Commit

Permalink
Bump version v2.20.rc14
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenMe committed Oct 27, 2014
1 parent f216047 commit 8f573df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/.settings
/.settings/org.eclipse.core.resources.prefs
/.idea
/build
2 changes: 1 addition & 1 deletion includes/DefaultSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' );

// The version of the library:
$wgMwEmbedVersion = '2.20.rc13';
$wgMwEmbedVersion = '2.20.rc14';


// Default HTTP protocol from GET or SERVER parameters
Expand Down
4 changes: 4 additions & 0 deletions modules/KalturaSupport/components/dualScreen/dualScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@
} );
this.bind( 'seeked', function () {
var cuePoint = _this.getCurrentCuePoint();
console.info("seeked");
console.info(cuePoint);
_this.sync( cuePoint );
} );

Expand All @@ -454,6 +456,8 @@
} );
} );
this.bind( 'KalturaSupport_CuePointReached', function ( e, cuePointObj ) {
console.info("KalturaSupport_CuePointReached");
console.info(cuePointObj.cuePoint);
_this.sync( cuePointObj.cuePoint );
} );
this.bind( 'KalturaSupport_ThumbCuePointsUpdated', function (e, cuepoints ) {
Expand Down

0 comments on commit 8f573df

Please sign in to comment.