diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:14:57 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:24 -0400 |
commit | fe5534b3479e5971b370636f7da34c0a1b4a7e42 (patch) | |
tree | 664e534389d119650a7673351c16fe02dc300673 /ui/jquery-1-7.js | |
parent | c9fbb763ab50158ab9a598032ba1a137f760939e (diff) | |
download | jquery-ui-fe5534b3479e5971b370636f7da34c0a1b4a7e42.tar.gz jquery-ui-fe5534b3479e5971b370636f7da34c0a1b4a7e42.zip |
Core: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'ui/jquery-1-7.js')
-rw-r--r-- | ui/jquery-1-7.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery-1-7.js b/ui/jquery-1-7.js index 29e008e8a..8d25f8807 100644 --- a/ui/jquery-1-7.js +++ b/ui/jquery-1-7.js @@ -24,7 +24,7 @@ } }( function( $ ) { -// support: jQuery 1.7 only +// Support: jQuery 1.7 only // Not a great way to check versions, but since we only support 1.7+ and only // need to detect <1.8, this is a simple check that should suffice. Checking // for "1.7." would be a bit safer, but the version string is 1.7, not 1.7.0 |