We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aeb895 commit f1b3657Copy full SHA for f1b3657
spec/QB-ChatSpec.js
@@ -1,4 +1,6 @@
1
describe('Chat API', function() {
2
+ 'use strict';
3
+
4
var LOGIN_TIMEOUT = 10000;
5
var MESSAGING_TIMEOUT = 1500;
6
var IQ_TIMEOUT = 1000;
@@ -179,7 +181,8 @@ describe('Chat API', function() {
179
181
{user_id: 1111111, action: "deny"},
180
182
{user_id: 1010101, action: "allow"}
183
];
- list = {name: "test", items: usersObj};
184
185
+ var list = {name: "test", items: usersObj};
186
187
QB.chat.privacylist.create(list, function(error) {
188
if(error){
0 commit comments