Skip to content

Commit

Permalink
#374 Fix bug calling moveToAnchor from parent (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Jun 13, 2016
1 parent a028592 commit cb291f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/iframeResizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
resize : trigger.bind(null,'Window resize', 'resize', settings[iframeId].iframe),

moveToAnchor : function(anchor){
trigger('Move to anchor','inPageLink:'+anchor, settings[iframeId].iframe,iframeId);
trigger('Move to anchor','moveToAnchor:'+anchor, settings[iframeId].iframe,iframeId);
},

sendMessage : function(message){
Expand Down
2 changes: 1 addition & 1 deletion js/iframeResizer.map

Large diffs are not rendered by default.

Loading

0 comments on commit cb291f8

Please sign in to comment.