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) {
|
||||
data = full
|
||||
? e.clipboardData
|
||||
: handleClipboardData(nativeObject, type);
|
||||
: handleClipboardData(e.clipboardData, type);
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue