mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-28 09:06:41 +03:00
Refer to jQuery as 'jQuery' and not '$'
This commit is contained in:
parent
13dd999158
commit
85d1acad5e
@ -442,4 +442,4 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
})(Mibew, MibewAPI, $, _);
|
})(Mibew, MibewAPI, jQuery, _);
|
@ -26,4 +26,4 @@
|
|||||||
Mibew.Utils.playSound('../sounds/new_message');
|
Mibew.Utils.playSound('../sounds/new_message');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})(Mibew, $);
|
})(Mibew, jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user