Skip to content

Commit

Permalink
Update sub-module & readium.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Corona committed Jul 31, 2014
1 parent 4d78352 commit 3fe866d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Readium.js
Original file line number Diff line number Diff line change
Expand Up @@ -24719,7 +24719,7 @@ ReadiumSDK.Views.ReaderView = function(options) {
self.trigger(ReadiumSDK.Events.CONTENT_DOCUMENT_LOAD_START, $iframe, spineItem);
});

_currentView.on(ReadiumSDK.EveternalEvents.CURRENT_VIEW_PAGINATION_CHANGED, function( pageChangeData ){
_currentView.on(ReadiumSDK.InternalEvents.CURRENT_VIEW_PAGINATION_CHANGED, function( pageChangeData ){

//we call on onPageChanged explicitly instead of subscribing to the ReadiumSDK.Events.PAGINATION_CHANGED by
//mediaOverlayPlayer because we hve to guarantee that mediaOverlayPlayer will be updated before the host
Expand Down
2 changes: 1 addition & 1 deletion readium-js

0 comments on commit 3fe866d

Please sign in to comment.