File: drop-ie8.patch

package info (click to toggle)
jquery-tablesorter 1%3A2.31.3%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,056 kB
  • sloc: javascript: 19,495; sh: 14; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: drop ie8 support
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/997642
Forwarded: no
Last-Update: 2021-10-24

--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -280,7 +280,7 @@
 				output: {
 					comments: /^!/,
 					beautify: false,
-					ie8: true
+					//ie8: true
 				},
 				report: 'gzip'
 			},