Refer to jQuery as 'jQuery' and not '$'

This commit is contained in:
Dmitriy Simushev 2016-06-04 14:02:05 +00:00
parent 13dd999158
commit 85d1acad5e
2 changed files with 2 additions and 2 deletions

View File

@ -442,4 +442,4 @@
}
};
})(Mibew, MibewAPI, $, _);
})(Mibew, MibewAPI, jQuery, _);

View File

@ -26,4 +26,4 @@
Mibew.Utils.playSound('../sounds/new_message');
});
});
})(Mibew, $);
})(Mibew, jQuery);