summaryrefslogtreecommitdiff
path: root/lib/scripts/compatibility.js
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2011-11-24 00:16:01 +0200
committerElan Ruusamäe <glen@delfi.ee>2011-11-24 00:16:01 +0200
commit9ebae2ae295f745e1c3f257a52551b65e791f852 (patch)
tree783861d2ce9d10765598146cafcb8ca36df13b83 /lib/scripts/compatibility.js
parentfb286077fc5fb32f16fdd1b2f0cb7543e583cdda (diff)
downloadrpg-9ebae2ae295f745e1c3f257a52551b65e791f852.tar.gz
rpg-9ebae2ae295f745e1c3f257a52551b65e791f852.tar.bz2
fix jQuery capitalization
Diffstat (limited to 'lib/scripts/compatibility.js')
-rw-r--r--lib/scripts/compatibility.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/compatibility.js b/lib/scripts/compatibility.js
index ea52153c5..385e45854 100644
--- a/lib/scripts/compatibility.js
+++ b/lib/scripts/compatibility.js
@@ -49,7 +49,7 @@ function DEPRECATED_WRAP(func, context) {
* @link http://prototype.conio.net/
*/
function $() {
- DEPRECATED('Please use the JQuery() function instead.');
+ DEPRECATED('Please use the jQuery() function instead.');
var elements = new Array();