Skip to content

Commit 85d0623

Browse files
committed
Use strict mode
1 parent 5a2cbc1 commit 85d0623

File tree

1 file changed

+1
-1
lines changed
  • repository/Seaside-Ajaxifier-Core.package/WAAjaxifierLibrary.class/instance

1 file changed

+1
-1
lines changed

repository/Seaside-Ajaxifier-Core.package/WAAjaxifierLibrary.class/instance/ajaxifierJs.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ajaxifierJs
44
* Copyright (c) 2008 Lukas Renggli, [email protected]
55
* Copyright (c) 2022 Philippe Marschall, [email protected]
66
*/
7-
7+
"use strict";
88
window.addEventListener("DOMContentLoaded", (loadEvent) => {
99
1010
// variables

0 commit comments

Comments
 (0)