Skip to content
Snippets Groups Projects
Commit 9ebae2ae authored by Elan Ruusamäe's avatar Elan Ruusamäe
Browse files

fix jQuery capitalization

parent fb286077
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ function DEPRECATED_WRAP(func, context) { ...@@ -49,7 +49,7 @@ function DEPRECATED_WRAP(func, context) {
* @link http://prototype.conio.net/ * @link http://prototype.conio.net/
*/ */
function $() { function $() {
DEPRECATED('Please use the JQuery() function instead.'); DEPRECATED('Please use the jQuery() function instead.');
var elements = new Array(); var elements = new Array();
......
...@@ -43,7 +43,7 @@ dw_page = { ...@@ -43,7 +43,7 @@ dw_page = {
* *
* @param target - the DOM element at which the popup should be aligned at * @param target - the DOM element at which the popup should be aligned at
* @param popup_id - the ID of the (new) DOM popup * @param popup_id - the ID of the (new) DOM popup
* @return the Popup JQuery object * @return the Popup jQuery object
*/ */
insituPopup: function(target, popup_id) { insituPopup: function(target, popup_id) {
// get or create the popup div // get or create the popup div
......
...@@ -18,8 +18,8 @@ var dw_qsearch = { ...@@ -18,8 +18,8 @@ var dw_qsearch = {
* *
* Attaches the event handlers * Attaches the event handlers
* *
* @param input element (JQuery selector/DOM obj) * @param input element (jQuery selector/DOM obj)
* @param output element (JQuery selector/DOM obj) * @param output element (jQuery selector/DOM obj)
*/ */
init: function (input, output) { init: function (input, output) {
var do_qsearch; var do_qsearch;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment