kopia lustrzana https://github.com/c9/core
fix typo in clipboard
rodzic
4e57855004
commit
dc18fc45c3
|
@ -88,7 +88,7 @@ define(function(require, exports, module) {
|
||||||
var getData = function(e) {
|
var getData = function(e) {
|
||||||
data = full
|
data = full
|
||||||
? e.clipboardData
|
? e.clipboardData
|
||||||
: handleClipboardData(nativeObject, type);
|
: handleClipboardData(e.clipboardData, type);
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue