commit | e51eaa3b9e352e74f46b250d2ff22f8a1c7625f7 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Nov 10 09:35:53 2020 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Nov 10 09:35:53 2020 +0100 |
tree | 811a2e244ca8481dc2758255bfa79392f260679c | |
parent | da5bd3aaf48f993fdadca83bb6375892dc37c05c [diff] [blame] |
Move 'use strict' to file level Change-Id: I1f0dae4aa168e77c112bcd3688c98b84e4ce5f36
diff --git a/dev/js/src/match/table.js b/dev/js/src/match/table.js index 285e615..9481728 100644 --- a/dev/js/src/match/table.js +++ b/dev/js/src/match/table.js
@@ -2,11 +2,12 @@ * Table representation of token-based * annotations of a match. */ +"use strict"; + define([ 'match/querycreator', "util" ], function (matchQueryCreator) { - "use strict"; /* * TODO: