fix typo in clipboard

This commit is contained in:
nightwing 2016-05-28 02:49:28 +04:00
parent 4e57855004
commit dc18fc45c3

View File

@ -88,7 +88,7 @@ define(function(require, exports, module) {
var getData = function(e) {
data = full
? e.clipboardData
: handleClipboardData(nativeObject, type);
: handleClipboardData(e.clipboardData, type);
e.preventDefault();
e.stopPropagation();
};