Skip to content

Commit

Permalink
Fixes merged code to reflect API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Steiner committed Oct 4, 2012
1 parent f70255d commit bf4033b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/aloha/editable.js
Expand Up @@ -906,7 +906,7 @@ define( [
'keyCode' : null,
'char' : null,
'triggerType' : 'block-change',
'snapshotContent' : me.getSnapshotContent()
'getSnapshotContent' : getSnapshotContent
} );

} else if ( uniChar !== null ) {
Expand Down

0 comments on commit bf4033b

Please sign in to comment.