Changeset 30558
- Timestamp:
- 11/25/2014 01:21:35 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
r30435 r30558 167 167 mceToolbar = tinymce.$( '.mce-tinymce .mce-toolbar-grp' )[0], 168 168 adminbarHeight = 0, 169 boundary = editor.selection.get Rng().getBoundingClientRect(),169 boundary = editor.selection.getNode().getBoundingClientRect(), 170 170 boundaryMiddle = ( boundary.left + boundary.right ) / 2, 171 171 boundaryVerticalMiddle = ( boundary.top + boundary.bottom ) / 2,
Note: See TracChangeset
for help on using the changeset viewer.