~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-includes/js/tinymce/plugins/paste/js/pastetext.js

  • Committer: Chris Jones
  • Date: 2010-01-19 13:17:33 UTC
  • Revision ID: cmsj@tenshu.net-20100119131733-rf31jv9k1v0xzo2h
[CJ] Import wordpress 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                        }
20
20
                }
21
21
 
22
 
                tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, h);
 
22
                tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, {content : h});
23
23
                tinyMCEPopup.close();
24
24
        },
25
25