diff options
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 |