mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-15 08:48:42 +00:00
Comments
This commit is contained in:
parent
6a4b7d70fb
commit
bead7c077d
|
|
@ -41,7 +41,7 @@
|
||||||
*/
|
*/
|
||||||
jsOMS.Message.Request.RequestManager.prototype.addGroup = function (id, group)
|
jsOMS.Message.Request.RequestManager.prototype.addGroup = function (id, group)
|
||||||
{
|
{
|
||||||
if (typeof this.groups[group] == 'undefined') {
|
if (typeof this.groups[group] === 'undefined') {
|
||||||
this.groups[group] = {};
|
this.groups[group] = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
* Create callback for request pool.
|
* Create callback for request pool.
|
||||||
*
|
*
|
||||||
* @return {string} group Group id
|
* @return {string} group Group id
|
||||||
* @return {callback} callback Callback
|
* @return {function} callback Callback
|
||||||
*
|
*
|
||||||
* @method
|
* @method
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user