aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-25 19:19:24 +0300
committerXhmikosR <[email protected]>2015-08-27 08:11:11 +0300
commit13e33e329c724b43e3abbed6522d0498970f74e1 (patch)
tree98026b23e3b10da381df2fa8b441ccad54da0bc6 /docs/assets
parent97f0da32398175a78ec1d7d3b887cc4c1337d251 (diff)
downloadbootstrap-13e33e329c724b43e3abbed6522d0498970f74e1.tar.xz
bootstrap-13e33e329c724b43e3abbed6522d0498970f74e1.zip
Remove the obsolete JSHint references.
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/js/ie-emulation-modes-warning.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/ie-emulation-modes-warning.js b/docs/assets/js/ie-emulation-modes-warning.js
index 3f97ba58b..2016da6d5 100644
--- a/docs/assets/js/ie-emulation-modes-warning.js
+++ b/docs/assets/js/ie-emulation-modes-warning.js
@@ -25,7 +25,7 @@
// Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
// IE JavaScript conditional compilation docs: https://msdn.microsoft.com/library/121hztk3%28v=vs.94%29.aspx
// @cc_on docs: https://msdn.microsoft.com/library/8ka90k2e%28v=vs.94%29.aspx
- var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line
+ var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')()
if (jscriptVersion === undefined) {
return 11 // IE11+ not in emulation mode
}