r110886 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110885‎ | r110886 | r110887 >
Date:22:22, 7 February 2012
Author:christian
Status:deferred
Tags:
Comment:
ie paste support
Modified paths:
  • /trunk/extensions/VisualEditor/cut-copy-paste.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/cut-copy-paste.js
@@ -9,7 +9,7 @@
1010 paste = {};
1111 paste[key] = 'some wikidom';
1212 })
13 - .on('paste', function(event) {
 13+ .on('beforepaste paste', function(event) {
1414 $('#paste').html('');
1515 $('#paste').focus();
1616

Status & tagging log