Skip to content

Commit af6d2e5

Browse files
committed
change qbMain.js spaces to 4 spaces per tab
1 parent daaf3e0 commit af6d2e5

File tree

7 files changed

+443
-279
lines changed

7 files changed

+443
-279
lines changed

doc/QB.chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h2>
178178

179179

180180
<footer>
181-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:35:55 GMT+0200 (EET)
181+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:58:30 GMT+0200 (EET)
182182
</footer>
183183
</div>
184184
</div>

doc/QB.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h4 class="name" id=".version"><span class="type-signature static">static</span>
179179
</dt>
180180
<dd>
181181

182+
<div class="description">
183+
Return current version of QuickBlox JavaScript SDK
184+
</div>
185+
182186

183187

184188
<dl class="details">
@@ -226,7 +230,7 @@ <h4 class="name" id=".createSession">
226230

227231

228232
<div class="tag-source">
229-
qbMain.js, line 110
233+
qbMain.js, line 111
230234
</div>
231235

232236
</div>
@@ -365,7 +369,7 @@ <h4 class="name" id=".destroySession">
365369

366370

367371
<div class="tag-source">
368-
qbMain.js, line 125
372+
qbMain.js, line 126
369373
</div>
370374

371375
</div>
@@ -481,7 +485,7 @@ <h4 class="name" id=".getSession">
481485

482486

483487
<div class="tag-source">
484-
qbMain.js, line 94
488+
qbMain.js, line 95
485489
</div>
486490

487491
</div>
@@ -597,7 +601,7 @@ <h4 class="name" id=".init">
597601

598602

599603
<div class="tag-source">
600-
qbMain.js, line 31
604+
qbMain.js, line 32
601605
</div>
602606

603607
</div>
@@ -784,7 +788,7 @@ <h4 class="name" id=".login">
784788

785789

786790
<div class="tag-source">
787-
qbMain.js, line 141
791+
qbMain.js, line 142
788792
</div>
789793

790794
</div>
@@ -918,12 +922,12 @@ <h4 class="name" id=".login">
918922
<div class="nameContainer">
919923
<h4 class="name" id=".logout">
920924

921-
<span class="type-signature static">static</span>QB.logout<span class="signature">(appIdOrToken)</span>
925+
<span class="type-signature static">static</span>QB.logout<span class="signature">(callback)</span>
922926
</h4>
923927

924928

925929
<div class="tag-source">
926-
qbMain.js, line 156
930+
qbMain.js, line 157
927931
</div>
928932

929933
</div>
@@ -965,13 +969,13 @@ <h4 class="name" id=".logout">
965969

966970
<tr>
967971

968-
<td class="name"><code>appIdOrToken</code></td>
972+
<td class="name"><code>callback</code></td>
969973

970974

971975
<td class="type">
972976

973977

974-
<span class="param-type">String</span>
978+
<span class="param-type"><a href="global.html#logoutCallback">logoutCallback</a></span>
975979

976980

977981

@@ -1045,7 +1049,7 @@ <h4 class="name" id=".logout">
10451049

10461050

10471051
<footer>
1048-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:35:55 GMT+0200 (EET)
1052+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:58:30 GMT+0200 (EET)
10491053
</footer>
10501054
</div>
10511055
</div>

doc/global.html

Lines changed: 158 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ <h4 class="name" id="config">config</h4>
265265
<dd>
266266

267267
<div class="description">
268-
QuickBlox JavaScript SDK
269-
270-
Proxy Module
268+
Modules
271269
</div>
272270

273271

@@ -362,7 +360,8 @@ <h4 class="name" id="config">config</h4>
362360
<dd>
363361

364362
<div class="description">
365-
Modules
363+
QuickBlox JavaScript SDK
364+
WebRTC Module (WebRTC helpers)
366365
</div>
367366

368367

@@ -408,7 +407,8 @@ <h4 class="name" id="config">config</h4>
408407

409408
<div class="description">
410409
QuickBlox JavaScript SDK
411-
WebRTC Module (WebRTC helpers)
410+
411+
Proxy Module
412412
</div>
413413

414414

@@ -1350,12 +1350,12 @@ <h3 class="subsection-title">Type Definitions</h3>
13501350
<div class="nameContainer">
13511351
<h4 class="name" id="destroySessionCallback">
13521352

1353-
destroySessionCallback<span class="signature">(error, ")</span>
1353+
destroySessionCallback<span class="signature">(error, result)</span>
13541354
</h4>
13551355

13561356

13571357
<div class="tag-source">
1358-
qbMain.js, line 126
1358+
qbMain.js, line 127
13591359
</div>
13601360

13611361
</div>
@@ -1423,7 +1423,7 @@ <h4 class="name" id="destroySessionCallback">
14231423

14241424
<tr>
14251425

1426-
<td class="name"><code>"</code></td>
1426+
<td class="name"><code>result</code></td>
14271427

14281428

14291429
<td class="type">
@@ -1442,7 +1442,7 @@ <h4 class="name" id="destroySessionCallback">
14421442

14431443
<td class="description last">
14441444

1445-
" - String if session was removed successfully.</td>
1445+
String (" ") if session was removed successfully.</td>
14461446
</tr>
14471447

14481448

@@ -1500,7 +1500,7 @@ <h4 class="name" id="getSessionCallback">
15001500

15011501

15021502
<div class="tag-source">
1503-
qbMain.js, line 111
1503+
qbMain.js, line 96
15041504
</div>
15051505

15061506
</div>
@@ -1639,7 +1639,7 @@ <h4 class="name" id="getSessionCallback">
16391639

16401640

16411641
<div class="tag-source">
1642-
qbMain.js, line 95
1642+
qbMain.js, line 112
16431643
</div>
16441644

16451645
</div>
@@ -1778,7 +1778,7 @@ <h4 class="name" id="loginCallback">
17781778

17791779

17801780
<div class="tag-source">
1781-
qbMain.js, line 142
1781+
qbMain.js, line 143
17821782
</div>
17831783

17841784
</div>
@@ -1895,6 +1895,151 @@ <h4 class="name" id="loginCallback">
18951895

18961896

18971897

1898+
1899+
</dl>
1900+
1901+
1902+
1903+
1904+
1905+
1906+
1907+
1908+
1909+
1910+
1911+
1912+
1913+
</dd>
1914+
1915+
1916+
1917+
<dt>
1918+
<div class="nameContainer">
1919+
<h4 class="name" id="logoutCallback">
1920+
1921+
logoutCallback<span class="signature">(error, result)</span>
1922+
</h4>
1923+
1924+
1925+
<div class="tag-source">
1926+
qbMain.js, line 158
1927+
</div>
1928+
1929+
</div>
1930+
1931+
1932+
</dt>
1933+
<dd>
1934+
1935+
1936+
<div class="description">
1937+
This callback will return error if can not login and user Object if login was successful.
1938+
</div>
1939+
1940+
1941+
1942+
1943+
1944+
1945+
1946+
1947+
1948+
<table class="params">
1949+
<thead>
1950+
<tr>
1951+
1952+
<th>Name</th>
1953+
1954+
1955+
<th>Type</th>
1956+
1957+
1958+
1959+
<th class="last">Description</th>
1960+
</tr>
1961+
</thead>
1962+
1963+
<tbody>
1964+
1965+
1966+
<tr>
1967+
1968+
<td class="name"><code>error</code></td>
1969+
1970+
1971+
<td class="type">
1972+
1973+
1974+
<span class="param-type">Object</span>
1975+
|
1976+
1977+
<span class="param-type">Null</span>
1978+
1979+
1980+
1981+
</td>
1982+
1983+
1984+
1985+
<td class="description last">
1986+
1987+
The error object if got en error and null if success.</td>
1988+
</tr>
1989+
1990+
1991+
1992+
<tr>
1993+
1994+
<td class="name"><code>result</code></td>
1995+
1996+
1997+
<td class="type">
1998+
1999+
2000+
<span class="param-type">Null</span>
2001+
|
2002+
2003+
<span class="param-type">String</span>
2004+
2005+
2006+
2007+
</td>
2008+
2009+
2010+
2011+
<td class="description last">
2012+
2013+
String (" ") if session was removed successfully.</td>
2014+
</tr>
2015+
2016+
2017+
</tbody>
2018+
</table>
2019+
2020+
2021+
2022+
<dl class="details">
2023+
2024+
2025+
2026+
2027+
2028+
2029+
2030+
2031+
2032+
2033+
2034+
2035+
2036+
2037+
2038+
2039+
2040+
2041+
2042+
18982043

18992044
</dl>
19002045

@@ -1927,7 +2072,7 @@ <h4 class="name" id="loginCallback">
19272072

19282073

19292074
<footer>
1930-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:35:55 GMT+0200 (EET)
2075+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:58:30 GMT+0200 (EET)
19312076
</footer>
19322077
</div>
19332078
</div>

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1>License</h1><p>Apache 2.0</p></article>
182182

183183

184184
<footer>
185-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:35:55 GMT+0200 (EET)
185+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:58:30 GMT+0200 (EET)
186186
</footer>
187187
</div>
188188
</div>

doc/module-Recorder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h3>Example</h3>
227227

228228

229229
<footer>
230-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:35:55 GMT+0200 (EET)
230+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Nov 11 2016 18:58:30 GMT+0200 (EET)
231231
</footer>
232232
</div>
233233
</div>

0 commit comments

Comments
 (0)