summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/test_bug525389.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/tests/test_bug525389.html')
-rw-r--r--editor/libeditor/tests/test_bug525389.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/tests/test_bug525389.html b/editor/libeditor/tests/test_bug525389.html
index 500720d92a..25c6e2b8e3 100644
--- a/editor/libeditor/tests/test_bug525389.html
+++ b/editor/libeditor/tests/test_bug525389.html
@@ -17,7 +17,7 @@ function getLoadContext() {
async function runTest() {
var pasteCount = 0;
- var pasteFunc = function(event) { pasteCount++; };
+ var pasteFunc = function() { pasteCount++; };
function verifyContent(s) {
var e = document.getElementById("i1");