summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/css/defaultDisplay.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-23 12:50:15 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-23 12:50:15 +0100
commitf88f8fcb7f7451babc8aa20ecc0dad06dd27e1ed (patch)
treecb53495565d3a5757b6efc44c179b6d95b244721 /js/vendor/jquery/src/css/defaultDisplay.js
parent367a4eed30e9fa77a2aa5d7924f041e967f8567d (diff)
update jasmine, karma and angular
Diffstat (limited to 'js/vendor/jquery/src/css/defaultDisplay.js')
-rw-r--r--js/vendor/jquery/src/css/defaultDisplay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vendor/jquery/src/css/defaultDisplay.js b/js/vendor/jquery/src/css/defaultDisplay.js
index 631b9ba8a..046ae91b9 100644
--- a/js/vendor/jquery/src/css/defaultDisplay.js
+++ b/js/vendor/jquery/src/css/defaultDisplay.js
@@ -19,7 +19,7 @@ function actualDisplay( name, doc ) {
// getDefaultComputedStyle might be reliably used only on attached element
display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?
- // Use of this method is a temporary fix (more like optmization) until something better comes along,
+ // Use of this method is a temporary fix (more like optimization) until something better comes along,
// since it was removed from specification and supported only in FF
style.display : jQuery.css( elem[ 0 ], "display" );