mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +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)
|
||||
{
|
||||
if (typeof this.groups[group] == 'undefined') {
|
||||
if (typeof this.groups[group] === 'undefined') {
|
||||
this.groups[group] = {};
|
||||
}
|
||||
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
* Create callback for request pool.
|
||||
*
|
||||
* @return {string} group Group id
|
||||
* @return {callback} callback Callback
|
||||
* @return {function} callback Callback
|
||||
*
|
||||
* @method
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user