callpixelsjs-rails 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/callpixelsjs/rails/version.rb +1 -1
- data/src/callpixels/base/base64.js +126 -0
- data/src/callpixels/base/cookies.js +59 -0
- data/src/callpixels/base/data.js +81 -0
- data/src/callpixels/base/helpers.js +55 -0
- data/src/callpixels/base/model.js +113 -0
- data/src/callpixels/base/request.js +215 -0
- data/src/callpixels/base/request_number.js +193 -0
- data/src/callpixels/cache.js +1 -0
- data/src/callpixels/campaign.js +98 -0
- data/src/callpixels/number.js +206 -0
- data/vendor/documentation/javascript/v1/Callpixels.Campaign.html +145 -151
- data/vendor/documentation/javascript/v1/Callpixels.Number.html +482 -498
- data/vendor/documentation/javascript/v1/campaign.js.html +7 -7
- data/vendor/documentation/javascript/v1/global.html +73 -77
- data/vendor/documentation/javascript/v1/index.html +4 -4
- data/vendor/documentation/javascript/v1/number.js.html +5 -5
- data/vendor/documentation/javascript/v1/scripts/linenumber.js +11 -19
- data/vendor/documentation/javascript/v1/styles/jsdoc-default.css +87 -130
- metadata +12 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<title>JSDoc: Class: Number</title>
|
6
|
-
|
6
|
+
|
7
7
|
<script src="scripts/prettify/prettify.js"> </script>
|
8
8
|
<script src="scripts/prettify/lang-css.js"> </script>
|
9
9
|
<!--[if lt IE 9]>
|
@@ -16,70 +16,70 @@
|
|
16
16
|
<body>
|
17
17
|
|
18
18
|
<div id="main">
|
19
|
-
|
19
|
+
|
20
20
|
<h1 class="page-title">Class: Number</h1>
|
21
|
-
|
21
|
+
|
22
22
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
26
|
<section>
|
27
|
-
|
27
|
+
|
28
28
|
<header>
|
29
29
|
<h2>
|
30
30
|
Number
|
31
31
|
</h2>
|
32
32
|
|
33
|
-
</header>
|
33
|
+
</header>
|
34
34
|
|
35
35
|
<article>
|
36
36
|
<div class="container-overview">
|
37
37
|
|
38
|
-
|
38
|
+
|
39
39
|
|
40
40
|
|
41
41
|
<dt>
|
42
42
|
<h4 class="name" id="Number"><span class="type-signature"></span>new Number<span class="signature">(attributes)</span><span class="type-signature"></span></h4>
|
43
|
-
|
43
|
+
|
44
44
|
|
45
45
|
</dt>
|
46
46
|
<dd>
|
47
|
-
|
48
47
|
|
49
|
-
|
50
48
|
|
51
49
|
|
52
50
|
|
53
|
-
|
51
|
+
|
52
|
+
|
53
|
+
|
54
54
|
|
55
55
|
<h5>Parameters:</h5>
|
56
56
|
|
57
57
|
|
58
58
|
<table class="params">
|
59
59
|
<thead>
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
60
|
+
<tr>
|
61
|
+
|
62
|
+
<th>Name</th>
|
63
|
+
|
64
|
+
|
65
|
+
<th>Type</th>
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<th class="last">Description</th>
|
72
|
+
</tr>
|
73
|
+
</thead>
|
74
|
+
|
75
|
+
<tbody>
|
76
|
+
|
77
|
+
|
78
78
|
<tr>
|
79
79
|
|
80
80
|
<td class="name"><code>attributes</code></td>
|
81
81
|
|
82
|
-
|
82
|
+
|
83
83
|
<td class="type">
|
84
84
|
|
85
85
|
|
@@ -88,52 +88,52 @@
|
|
88
88
|
|
89
89
|
|
90
90
|
</td>
|
91
|
-
|
92
91
|
|
93
|
-
|
94
92
|
|
95
|
-
|
93
|
+
|
94
|
+
|
95
|
+
|
96
96
|
<td class="description last">Attributes</td>
|
97
97
|
</tr>
|
98
|
-
|
99
|
-
|
100
|
-
|
98
|
+
|
99
|
+
|
100
|
+
</tbody>
|
101
101
|
</table>
|
102
102
|
|
103
|
-
|
103
|
+
|
104
104
|
|
105
105
|
<dl class="details">
|
106
106
|
|
107
|
-
|
107
|
+
|
108
108
|
<h5 class="subsection-title">Properties:</h5>
|
109
|
-
|
109
|
+
|
110
110
|
<dl>
|
111
111
|
|
112
112
|
<table class="props">
|
113
113
|
<thead>
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
114
|
+
<tr>
|
115
|
+
|
116
|
+
<th>Name</th>
|
117
|
+
|
118
|
+
|
119
|
+
<th>Type</th>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<th class="last">Description</th>
|
126
|
+
</tr>
|
127
|
+
</thead>
|
128
|
+
|
129
|
+
<tbody>
|
130
|
+
|
131
|
+
|
132
132
|
<tr>
|
133
133
|
|
134
134
|
<td class="name"><code>attributes</code></td>
|
135
135
|
|
136
|
-
|
136
|
+
|
137
137
|
<td class="type">
|
138
138
|
|
139
139
|
|
@@ -142,39 +142,39 @@
|
|
142
142
|
|
143
143
|
|
144
144
|
</td>
|
145
|
-
|
146
145
|
|
147
|
-
|
148
146
|
|
149
|
-
|
147
|
+
|
148
|
+
|
149
|
+
|
150
150
|
<td class="description last">
|
151
151
|
<h6>Properties</h6>
|
152
152
|
|
153
153
|
<table class="props">
|
154
154
|
<thead>
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
155
|
+
<tr>
|
156
|
+
|
157
|
+
<th>Name</th>
|
158
|
+
|
159
|
+
|
160
|
+
<th>Type</th>
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
<th class="last">Description</th>
|
167
|
+
</tr>
|
168
|
+
</thead>
|
169
|
+
|
170
|
+
<tbody>
|
171
|
+
|
172
|
+
|
173
173
|
<tr>
|
174
174
|
|
175
175
|
<td class="name"><code>id</code></td>
|
176
176
|
|
177
|
-
|
177
|
+
|
178
178
|
<td class="type">
|
179
179
|
|
180
180
|
|
@@ -183,21 +183,21 @@
|
|
183
183
|
|
184
184
|
|
185
185
|
</td>
|
186
|
-
|
187
186
|
|
188
|
-
|
189
187
|
|
190
|
-
|
188
|
+
|
189
|
+
|
190
|
+
|
191
191
|
<td class="description last">The CallPixels internal number ID.</td>
|
192
192
|
</tr>
|
193
|
-
|
194
|
-
|
195
|
-
|
193
|
+
|
194
|
+
|
195
|
+
|
196
196
|
<tr>
|
197
197
|
|
198
198
|
<td class="name"><code>formatted_number</code></td>
|
199
199
|
|
200
|
-
|
200
|
+
|
201
201
|
<td class="type">
|
202
202
|
|
203
203
|
|
@@ -206,21 +206,21 @@
|
|
206
206
|
|
207
207
|
|
208
208
|
</td>
|
209
|
-
|
210
209
|
|
211
|
-
|
212
210
|
|
213
|
-
|
211
|
+
|
212
|
+
|
213
|
+
|
214
214
|
<td class="description last">Nationally formatted phone number.</td>
|
215
215
|
</tr>
|
216
|
-
|
217
|
-
|
218
|
-
|
216
|
+
|
217
|
+
|
218
|
+
|
219
219
|
<tr>
|
220
220
|
|
221
221
|
<td class="name"><code>number</code></td>
|
222
222
|
|
223
|
-
|
223
|
+
|
224
224
|
<td class="type">
|
225
225
|
|
226
226
|
|
@@ -229,21 +229,21 @@
|
|
229
229
|
|
230
230
|
|
231
231
|
</td>
|
232
|
-
|
233
232
|
|
234
|
-
|
235
233
|
|
236
|
-
|
234
|
+
|
235
|
+
|
236
|
+
|
237
237
|
<td class="description last">E.164 formatted phone number.</td>
|
238
238
|
</tr>
|
239
|
-
|
240
|
-
|
241
|
-
|
239
|
+
|
240
|
+
|
241
|
+
|
242
242
|
<tr>
|
243
243
|
|
244
244
|
<td class="name"><code>plain_number</code></td>
|
245
245
|
|
246
|
-
|
246
|
+
|
247
247
|
<td class="type">
|
248
248
|
|
249
249
|
|
@@ -252,21 +252,21 @@
|
|
252
252
|
|
253
253
|
|
254
254
|
</td>
|
255
|
-
|
256
255
|
|
257
|
-
|
258
256
|
|
259
|
-
|
257
|
+
|
258
|
+
|
259
|
+
|
260
260
|
<td class="description last">The unformatted phone number digits.</td>
|
261
261
|
</tr>
|
262
|
-
|
263
|
-
|
264
|
-
|
262
|
+
|
263
|
+
|
264
|
+
|
265
265
|
<tr>
|
266
266
|
|
267
267
|
<td class="name"><code>target_open</code></td>
|
268
268
|
|
269
|
-
|
269
|
+
|
270
270
|
<td class="type">
|
271
271
|
|
272
272
|
|
@@ -275,101 +275,97 @@
|
|
275
275
|
|
276
276
|
|
277
277
|
</td>
|
278
|
-
|
279
278
|
|
280
|
-
|
281
279
|
|
282
|
-
|
280
|
+
|
281
|
+
|
282
|
+
|
283
283
|
<td class="description last">Whether there is an open, available target.</td>
|
284
284
|
</tr>
|
285
|
-
|
286
|
-
|
287
|
-
|
285
|
+
|
286
|
+
|
287
|
+
</tbody>
|
288
288
|
</table>
|
289
289
|
</td>
|
290
290
|
</tr>
|
291
|
-
|
292
|
-
|
293
|
-
|
291
|
+
|
292
|
+
|
293
|
+
</tbody>
|
294
294
|
</table></dl>
|
295
|
-
|
295
|
+
|
296
296
|
|
297
|
-
|
297
|
+
|
298
298
|
|
299
|
-
|
300
299
|
|
301
|
-
|
302
300
|
|
303
301
|
|
304
302
|
|
305
|
-
|
306
303
|
|
307
|
-
|
308
304
|
|
309
|
-
|
310
305
|
|
311
|
-
|
312
306
|
|
313
|
-
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
314
|
|
315
315
|
<dt class="tag-source">Source:</dt>
|
316
316
|
<dd class="tag-source"><ul class="dummy"><li>
|
317
317
|
<a href="number.js.html">number.js</a>, <a href="number.js.html#line15">line 15</a>
|
318
318
|
</li></ul></dd>
|
319
319
|
|
320
|
-
|
321
320
|
|
322
|
-
|
323
321
|
|
324
|
-
|
322
|
+
|
323
|
+
|
324
|
+
|
325
325
|
|
326
326
|
</dl>
|
327
327
|
|
328
|
-
|
329
328
|
|
330
|
-
|
331
329
|
|
332
330
|
|
333
331
|
|
334
332
|
|
335
333
|
|
336
|
-
|
337
334
|
|
338
|
-
|
339
335
|
|
340
|
-
|
336
|
+
|
337
|
+
|
338
|
+
|
341
339
|
|
342
340
|
</dd>
|
343
341
|
|
344
342
|
|
345
343
|
</div>
|
346
|
-
|
347
344
|
|
348
|
-
|
349
345
|
|
350
|
-
|
351
346
|
|
352
|
-
|
353
347
|
|
354
|
-
|
355
|
-
|
356
|
-
|
357
348
|
|
358
|
-
|
359
349
|
|
360
|
-
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
|
361
357
|
|
362
358
|
<h3 class="subsection-title">Methods</h3>
|
363
|
-
|
359
|
+
|
364
360
|
<dl>
|
365
361
|
|
366
362
|
<dt>
|
367
363
|
<h4 class="name" id="add_tags"><span class="type-signature"></span>add_tags<span class="signature">(tags, callback)</span><span class="type-signature"></span></h4>
|
368
|
-
|
364
|
+
|
369
365
|
|
370
366
|
</dt>
|
371
367
|
<dd>
|
372
|
-
|
368
|
+
|
373
369
|
|
374
370
|
<div class="description">
|
375
371
|
Add tags to a number.
|
@@ -377,38 +373,38 @@
|
|
377
373
|
|
378
374
|
|
379
375
|
|
380
|
-
|
381
376
|
|
382
|
-
|
377
|
+
|
378
|
+
|
383
379
|
|
384
380
|
<h5>Parameters:</h5>
|
385
381
|
|
386
382
|
|
387
383
|
<table class="params">
|
388
384
|
<thead>
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
385
|
+
<tr>
|
386
|
+
|
387
|
+
<th>Name</th>
|
388
|
+
|
389
|
+
|
390
|
+
<th>Type</th>
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
|
396
|
+
<th class="last">Description</th>
|
397
|
+
</tr>
|
398
|
+
</thead>
|
399
|
+
|
400
|
+
<tbody>
|
401
|
+
|
402
|
+
|
407
403
|
<tr>
|
408
404
|
|
409
405
|
<td class="name"><code>tags</code></td>
|
410
406
|
|
411
|
-
|
407
|
+
|
412
408
|
<td class="type">
|
413
409
|
|
414
410
|
|
@@ -417,21 +413,21 @@
|
|
417
413
|
|
418
414
|
|
419
415
|
</td>
|
420
|
-
|
421
416
|
|
422
|
-
|
423
417
|
|
424
|
-
|
418
|
+
|
419
|
+
|
420
|
+
|
425
421
|
<td class="description last">A collection of tags {key: 'value', tag2: 'value2'}</td>
|
426
422
|
</tr>
|
427
|
-
|
428
|
-
|
429
|
-
|
423
|
+
|
424
|
+
|
425
|
+
|
430
426
|
<tr>
|
431
427
|
|
432
428
|
<td class="name"><code>callback</code></td>
|
433
429
|
|
434
|
-
|
430
|
+
|
435
431
|
<td class="type">
|
436
432
|
|
437
433
|
|
@@ -440,62 +436,60 @@
|
|
440
436
|
|
441
437
|
|
442
438
|
</td>
|
443
|
-
|
444
439
|
|
445
|
-
|
446
440
|
|
447
|
-
|
441
|
+
|
442
|
+
|
443
|
+
|
448
444
|
<td class="description last">Callback that will be fired after request.</td>
|
449
445
|
</tr>
|
450
|
-
|
451
|
-
|
452
|
-
|
446
|
+
|
447
|
+
|
448
|
+
</tbody>
|
453
449
|
</table>
|
454
450
|
|
455
|
-
|
451
|
+
|
456
452
|
|
457
453
|
<dl class="details">
|
458
454
|
|
459
|
-
|
455
|
+
|
460
456
|
|
461
|
-
|
462
457
|
|
463
|
-
|
464
458
|
|
465
459
|
|
466
460
|
|
467
|
-
|
468
461
|
|
469
|
-
|
470
462
|
|
471
|
-
|
472
463
|
|
473
|
-
|
474
464
|
|
475
|
-
|
465
|
+
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
476
472
|
|
477
473
|
<dt class="tag-source">Source:</dt>
|
478
474
|
<dd class="tag-source"><ul class="dummy"><li>
|
479
475
|
<a href="number.js.html">number.js</a>, <a href="number.js.html#line25">line 25</a>
|
480
476
|
</li></ul></dd>
|
481
477
|
|
482
|
-
|
483
478
|
|
484
|
-
|
485
479
|
|
486
|
-
|
480
|
+
|
481
|
+
|
482
|
+
|
487
483
|
|
488
484
|
</dl>
|
489
485
|
|
490
|
-
|
491
486
|
|
492
|
-
|
493
487
|
|
494
488
|
|
495
489
|
|
496
490
|
|
497
491
|
|
498
|
-
|
492
|
+
|
499
493
|
|
500
494
|
<h5>Throws:</h5>
|
501
495
|
|
@@ -510,9 +504,9 @@ with per-visitor numbers enabled.
|
|
510
504
|
|
511
505
|
|
512
506
|
|
513
|
-
|
514
507
|
|
515
|
-
|
508
|
+
|
509
|
+
|
516
510
|
|
517
511
|
</dd>
|
518
512
|
|
@@ -520,11 +514,11 @@ with per-visitor numbers enabled.
|
|
520
514
|
|
521
515
|
<dt>
|
522
516
|
<h4 class="name" id="clear_tags"><span class="type-signature"></span>clear_tags<span class="signature">(callback)</span><span class="type-signature"></span></h4>
|
523
|
-
|
517
|
+
|
524
518
|
|
525
519
|
</dt>
|
526
520
|
<dd>
|
527
|
-
|
521
|
+
|
528
522
|
|
529
523
|
<div class="description">
|
530
524
|
Clear all tags from a number.
|
@@ -532,38 +526,38 @@ with per-visitor numbers enabled.
|
|
532
526
|
|
533
527
|
|
534
528
|
|
535
|
-
|
536
529
|
|
537
|
-
|
530
|
+
|
531
|
+
|
538
532
|
|
539
533
|
<h5>Parameters:</h5>
|
540
534
|
|
541
535
|
|
542
536
|
<table class="params">
|
543
537
|
<thead>
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
538
|
+
<tr>
|
539
|
+
|
540
|
+
<th>Name</th>
|
541
|
+
|
542
|
+
|
543
|
+
<th>Type</th>
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
|
548
|
+
|
549
|
+
<th class="last">Description</th>
|
550
|
+
</tr>
|
551
|
+
</thead>
|
552
|
+
|
553
|
+
<tbody>
|
554
|
+
|
555
|
+
|
562
556
|
<tr>
|
563
557
|
|
564
558
|
<td class="name"><code>callback</code></td>
|
565
559
|
|
566
|
-
|
560
|
+
|
567
561
|
<td class="type">
|
568
562
|
|
569
563
|
|
@@ -572,62 +566,60 @@ with per-visitor numbers enabled.
|
|
572
566
|
|
573
567
|
|
574
568
|
</td>
|
575
|
-
|
576
569
|
|
577
|
-
|
578
570
|
|
579
|
-
|
571
|
+
|
572
|
+
|
573
|
+
|
580
574
|
<td class="description last">Callback that will be fired after request.</td>
|
581
575
|
</tr>
|
582
|
-
|
583
|
-
|
584
|
-
|
576
|
+
|
577
|
+
|
578
|
+
</tbody>
|
585
579
|
</table>
|
586
580
|
|
587
|
-
|
581
|
+
|
588
582
|
|
589
583
|
<dl class="details">
|
590
584
|
|
591
|
-
|
585
|
+
|
592
586
|
|
593
|
-
|
594
587
|
|
595
|
-
|
596
588
|
|
597
589
|
|
598
590
|
|
599
|
-
|
600
591
|
|
601
|
-
|
602
592
|
|
603
|
-
|
604
593
|
|
605
|
-
|
606
594
|
|
607
|
-
|
595
|
+
|
596
|
+
|
597
|
+
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
|
608
602
|
|
609
603
|
<dt class="tag-source">Source:</dt>
|
610
604
|
<dd class="tag-source"><ul class="dummy"><li>
|
611
605
|
<a href="number.js.html">number.js</a>, <a href="number.js.html#line76">line 76</a>
|
612
606
|
</li></ul></dd>
|
613
607
|
|
614
|
-
|
615
608
|
|
616
|
-
|
617
609
|
|
618
|
-
|
610
|
+
|
611
|
+
|
612
|
+
|
619
613
|
|
620
614
|
</dl>
|
621
615
|
|
622
|
-
|
623
616
|
|
624
|
-
|
625
617
|
|
626
618
|
|
627
619
|
|
628
620
|
|
629
621
|
|
630
|
-
|
622
|
+
|
631
623
|
|
632
624
|
<h5>Throws:</h5>
|
633
625
|
|
@@ -642,9 +634,9 @@ with per-visitor numbers enabled.
|
|
642
634
|
|
643
635
|
|
644
636
|
|
645
|
-
|
646
637
|
|
647
|
-
|
638
|
+
|
639
|
+
|
648
640
|
|
649
641
|
</dd>
|
650
642
|
|
@@ -652,11 +644,11 @@ with per-visitor numbers enabled.
|
|
652
644
|
|
653
645
|
<dt>
|
654
646
|
<h4 class="name" id="initiate_call"><span class="type-signature"></span>initiate_call<span class="signature">(dial, payload, callback)</span><span class="type-signature"></span></h4>
|
655
|
-
|
647
|
+
|
656
648
|
|
657
649
|
</dt>
|
658
650
|
<dd>
|
659
|
-
|
651
|
+
|
660
652
|
|
661
653
|
<div class="description">
|
662
654
|
Start a call immediately by having a campaign target dial the visitor.
|
@@ -664,38 +656,38 @@ with per-visitor numbers enabled.
|
|
664
656
|
|
665
657
|
|
666
658
|
|
667
|
-
|
668
659
|
|
669
|
-
|
660
|
+
|
661
|
+
|
670
662
|
|
671
663
|
<h5>Parameters:</h5>
|
672
664
|
|
673
665
|
|
674
666
|
<table class="params">
|
675
667
|
<thead>
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
668
|
+
<tr>
|
669
|
+
|
670
|
+
<th>Name</th>
|
671
|
+
|
672
|
+
|
673
|
+
<th>Type</th>
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
<th class="last">Description</th>
|
680
|
+
</tr>
|
681
|
+
</thead>
|
682
|
+
|
683
|
+
<tbody>
|
684
|
+
|
685
|
+
|
694
686
|
<tr>
|
695
687
|
|
696
688
|
<td class="name"><code>dial</code></td>
|
697
689
|
|
698
|
-
|
690
|
+
|
699
691
|
<td class="type">
|
700
692
|
|
701
693
|
|
@@ -704,21 +696,21 @@ with per-visitor numbers enabled.
|
|
704
696
|
|
705
697
|
|
706
698
|
</td>
|
707
|
-
|
708
699
|
|
709
|
-
|
710
700
|
|
711
|
-
|
701
|
+
|
702
|
+
|
703
|
+
|
712
704
|
<td class="description last">The number to call.</td>
|
713
705
|
</tr>
|
714
|
-
|
715
|
-
|
716
|
-
|
706
|
+
|
707
|
+
|
708
|
+
|
717
709
|
<tr>
|
718
710
|
|
719
711
|
<td class="name"><code>payload</code></td>
|
720
712
|
|
721
|
-
|
713
|
+
|
722
714
|
<td class="type">
|
723
715
|
|
724
716
|
|
@@ -727,42 +719,42 @@ with per-visitor numbers enabled.
|
|
727
719
|
|
728
720
|
|
729
721
|
</td>
|
730
|
-
|
731
722
|
|
732
|
-
|
733
723
|
|
734
|
-
|
724
|
+
|
725
|
+
|
726
|
+
|
735
727
|
<td class="description last">A collection of tags as key-value pairs and optional secure override properties.
|
736
728
|
<h6>Properties</h6>
|
737
729
|
|
738
730
|
|
739
731
|
<table class="params">
|
740
732
|
<thead>
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
733
|
+
<tr>
|
734
|
+
|
735
|
+
<th>Name</th>
|
736
|
+
|
737
|
+
|
738
|
+
<th>Type</th>
|
739
|
+
|
740
|
+
|
741
|
+
<th>Argument</th>
|
742
|
+
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
<th class="last">Description</th>
|
747
|
+
</tr>
|
748
|
+
</thead>
|
749
|
+
|
750
|
+
<tbody>
|
751
|
+
|
752
|
+
|
761
753
|
<tr>
|
762
754
|
|
763
755
|
<td class="name"><code>target_map</code></td>
|
764
756
|
|
765
|
-
|
757
|
+
|
766
758
|
<td class="type">
|
767
759
|
|
768
760
|
|
@@ -771,31 +763,31 @@ with per-visitor numbers enabled.
|
|
771
763
|
|
772
764
|
|
773
765
|
</td>
|
774
|
-
|
766
|
+
|
775
767
|
|
776
768
|
<td class="attributes">
|
777
769
|
|
778
770
|
<optional><br>
|
779
771
|
|
780
|
-
|
772
|
+
|
781
773
|
|
782
|
-
|
774
|
+
|
783
775
|
|
784
776
|
</td>
|
785
777
|
|
786
|
-
|
787
778
|
|
788
|
-
|
779
|
+
|
780
|
+
|
789
781
|
<td class="description last">A string mapping a placeholder number to a phone number.</td>
|
790
782
|
</tr>
|
791
|
-
|
792
|
-
|
793
|
-
|
783
|
+
|
784
|
+
|
785
|
+
|
794
786
|
<tr>
|
795
787
|
|
796
788
|
<td class="name"><code>target_map_cs</code></td>
|
797
789
|
|
798
|
-
|
790
|
+
|
799
791
|
<td class="type">
|
800
792
|
|
801
793
|
|
@@ -804,32 +796,32 @@ with per-visitor numbers enabled.
|
|
804
796
|
|
805
797
|
|
806
798
|
</td>
|
807
|
-
|
799
|
+
|
808
800
|
|
809
801
|
<td class="attributes">
|
810
802
|
|
811
803
|
<optional><br>
|
812
804
|
|
813
|
-
|
805
|
+
|
814
806
|
|
815
|
-
|
807
|
+
|
816
808
|
|
817
809
|
</td>
|
818
810
|
|
819
|
-
|
820
811
|
|
821
|
-
|
812
|
+
|
813
|
+
|
822
814
|
<td class="description last">A SHA1 checksum of the target_map concatenated with your CallPixels API
|
823
815
|
key.</td>
|
824
816
|
</tr>
|
825
|
-
|
826
|
-
|
827
|
-
|
817
|
+
|
818
|
+
|
819
|
+
|
828
820
|
<tr>
|
829
821
|
|
830
822
|
<td class="name"><code>timer_offset</code></td>
|
831
823
|
|
832
|
-
|
824
|
+
|
833
825
|
<td class="type">
|
834
826
|
|
835
827
|
|
@@ -838,31 +830,31 @@ key.</td>
|
|
838
830
|
|
839
831
|
|
840
832
|
</td>
|
841
|
-
|
833
|
+
|
842
834
|
|
843
835
|
<td class="attributes">
|
844
836
|
|
845
837
|
<optional><br>
|
846
838
|
|
847
|
-
|
839
|
+
|
848
840
|
|
849
|
-
|
841
|
+
|
850
842
|
|
851
843
|
</td>
|
852
844
|
|
853
|
-
|
854
845
|
|
855
|
-
|
846
|
+
|
847
|
+
|
856
848
|
<td class="description last">Number of seconds to offset the "connect" duration timers by.</td>
|
857
849
|
</tr>
|
858
|
-
|
859
|
-
|
860
|
-
|
850
|
+
|
851
|
+
|
852
|
+
|
861
853
|
<tr>
|
862
854
|
|
863
855
|
<td class="name"><code>timer_offset_cs</code></td>
|
864
856
|
|
865
|
-
|
857
|
+
|
866
858
|
<td class="type">
|
867
859
|
|
868
860
|
|
@@ -871,32 +863,32 @@ key.</td>
|
|
871
863
|
|
872
864
|
|
873
865
|
</td>
|
874
|
-
|
866
|
+
|
875
867
|
|
876
868
|
<td class="attributes">
|
877
869
|
|
878
870
|
<optional><br>
|
879
871
|
|
880
|
-
|
872
|
+
|
881
873
|
|
882
|
-
|
874
|
+
|
883
875
|
|
884
876
|
</td>
|
885
877
|
|
886
|
-
|
887
878
|
|
888
|
-
|
879
|
+
|
880
|
+
|
889
881
|
<td class="description last">An SHA1 checksum of the timer_offset concatenated with your
|
890
882
|
CallPixels API key.</td>
|
891
883
|
</tr>
|
892
|
-
|
893
|
-
|
894
|
-
|
884
|
+
|
885
|
+
|
886
|
+
|
895
887
|
<tr>
|
896
888
|
|
897
889
|
<td class="name"><code>*</code></td>
|
898
890
|
|
899
|
-
|
891
|
+
|
900
892
|
<td class="type">
|
901
893
|
|
902
894
|
|
@@ -908,37 +900,37 @@ CallPixels API key.</td>
|
|
908
900
|
|
909
901
|
|
910
902
|
</td>
|
911
|
-
|
903
|
+
|
912
904
|
|
913
905
|
<td class="attributes">
|
914
906
|
|
915
907
|
<optional><br>
|
916
908
|
|
917
|
-
|
909
|
+
|
918
910
|
|
919
|
-
|
911
|
+
|
920
912
|
|
921
913
|
</td>
|
922
914
|
|
923
|
-
|
924
915
|
|
925
|
-
|
916
|
+
|
917
|
+
|
926
918
|
<td class="description last">Key value pairs treated as tags.</td>
|
927
919
|
</tr>
|
928
|
-
|
929
|
-
|
930
|
-
|
920
|
+
|
921
|
+
|
922
|
+
</tbody>
|
931
923
|
</table>
|
932
924
|
</td>
|
933
925
|
</tr>
|
934
|
-
|
935
|
-
|
936
|
-
|
926
|
+
|
927
|
+
|
928
|
+
|
937
929
|
<tr>
|
938
930
|
|
939
931
|
<td class="name"><code>callback</code></td>
|
940
932
|
|
941
|
-
|
933
|
+
|
942
934
|
<td class="type">
|
943
935
|
|
944
936
|
|
@@ -947,66 +939,64 @@ CallPixels API key.</td>
|
|
947
939
|
|
948
940
|
|
949
941
|
</td>
|
950
|
-
|
951
942
|
|
952
|
-
|
953
943
|
|
954
|
-
|
944
|
+
|
945
|
+
|
946
|
+
|
955
947
|
<td class="description last">Callback that will be fired after request.</td>
|
956
948
|
</tr>
|
957
|
-
|
958
|
-
|
959
|
-
|
949
|
+
|
950
|
+
|
951
|
+
</tbody>
|
960
952
|
</table>
|
961
953
|
|
962
|
-
|
954
|
+
|
963
955
|
|
964
956
|
<dl class="details">
|
965
957
|
|
966
|
-
|
958
|
+
|
967
959
|
|
968
|
-
|
969
960
|
|
970
|
-
|
971
961
|
|
972
962
|
|
973
963
|
|
974
|
-
|
975
964
|
|
976
|
-
|
977
965
|
|
978
|
-
|
979
966
|
|
980
|
-
|
981
967
|
|
982
|
-
|
968
|
+
|
969
|
+
|
970
|
+
|
971
|
+
|
972
|
+
|
973
|
+
|
974
|
+
|
983
975
|
|
984
976
|
<dt class="tag-source">Source:</dt>
|
985
977
|
<dd class="tag-source"><ul class="dummy"><li>
|
986
978
|
<a href="number.js.html">number.js</a>, <a href="number.js.html#line105">line 105</a>
|
987
979
|
</li></ul></dd>
|
988
980
|
|
989
|
-
|
990
981
|
|
991
|
-
|
992
982
|
|
993
|
-
|
983
|
+
|
984
|
+
|
985
|
+
|
994
986
|
|
995
987
|
</dl>
|
996
988
|
|
997
|
-
|
998
989
|
|
999
|
-
|
1000
990
|
|
1001
991
|
|
1002
992
|
|
1003
993
|
|
1004
994
|
|
1005
|
-
|
1006
995
|
|
1007
|
-
|
1008
996
|
|
1009
|
-
|
997
|
+
|
998
|
+
|
999
|
+
|
1010
1000
|
|
1011
1001
|
<h5>Example</h5>
|
1012
1002
|
|
@@ -1021,11 +1011,11 @@ CallPixels API key.</td>
|
|
1021
1011
|
|
1022
1012
|
<dt>
|
1023
1013
|
<h4 class="name" id="release"><span class="type-signature"></span>release<span class="signature">()</span><span class="type-signature"></span></h4>
|
1024
|
-
|
1014
|
+
|
1025
1015
|
|
1026
1016
|
</dt>
|
1027
1017
|
<dd>
|
1028
|
-
|
1018
|
+
|
1029
1019
|
|
1030
1020
|
<div class="description">
|
1031
1021
|
Release number back to pool.
|
@@ -1033,58 +1023,56 @@ CallPixels API key.</td>
|
|
1033
1023
|
|
1034
1024
|
|
1035
1025
|
|
1036
|
-
|
1037
1026
|
|
1038
|
-
|
1039
1027
|
|
1040
|
-
|
1028
|
+
|
1029
|
+
|
1030
|
+
|
1041
1031
|
|
1042
1032
|
<dl class="details">
|
1043
1033
|
|
1044
|
-
|
1034
|
+
|
1045
1035
|
|
1046
|
-
|
1047
1036
|
|
1048
|
-
|
1049
1037
|
|
1050
1038
|
|
1051
1039
|
|
1052
|
-
|
1053
1040
|
|
1054
|
-
|
1055
1041
|
|
1056
|
-
|
1057
1042
|
|
1058
|
-
|
1059
1043
|
|
1060
|
-
|
1044
|
+
|
1045
|
+
|
1046
|
+
|
1047
|
+
|
1048
|
+
|
1049
|
+
|
1050
|
+
|
1061
1051
|
|
1062
1052
|
<dt class="tag-source">Source:</dt>
|
1063
1053
|
<dd class="tag-source"><ul class="dummy"><li>
|
1064
1054
|
<a href="number.js.html">number.js</a>, <a href="number.js.html#line95">line 95</a>
|
1065
1055
|
</li></ul></dd>
|
1066
1056
|
|
1067
|
-
|
1068
1057
|
|
1069
|
-
|
1070
1058
|
|
1071
|
-
|
1059
|
+
|
1060
|
+
|
1061
|
+
|
1072
1062
|
|
1073
1063
|
</dl>
|
1074
1064
|
|
1075
|
-
|
1076
1065
|
|
1077
|
-
|
1078
1066
|
|
1079
1067
|
|
1080
1068
|
|
1081
1069
|
|
1082
1070
|
|
1083
|
-
|
1084
1071
|
|
1085
|
-
|
1086
1072
|
|
1087
|
-
|
1073
|
+
|
1074
|
+
|
1075
|
+
|
1088
1076
|
|
1089
1077
|
</dd>
|
1090
1078
|
|
@@ -1092,11 +1080,11 @@ CallPixels API key.</td>
|
|
1092
1080
|
|
1093
1081
|
<dt>
|
1094
1082
|
<h4 class="name" id="remove_tags"><span class="type-signature"></span>remove_tags<span class="signature">(tags, callback)</span><span class="type-signature"></span></h4>
|
1095
|
-
|
1083
|
+
|
1096
1084
|
|
1097
1085
|
</dt>
|
1098
1086
|
<dd>
|
1099
|
-
|
1087
|
+
|
1100
1088
|
|
1101
1089
|
<div class="description">
|
1102
1090
|
Remove tags from a number.
|
@@ -1104,38 +1092,38 @@ CallPixels API key.</td>
|
|
1104
1092
|
|
1105
1093
|
|
1106
1094
|
|
1107
|
-
|
1108
1095
|
|
1109
|
-
|
1096
|
+
|
1097
|
+
|
1110
1098
|
|
1111
1099
|
<h5>Parameters:</h5>
|
1112
1100
|
|
1113
1101
|
|
1114
1102
|
<table class="params">
|
1115
1103
|
<thead>
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1104
|
+
<tr>
|
1105
|
+
|
1106
|
+
<th>Name</th>
|
1107
|
+
|
1108
|
+
|
1109
|
+
<th>Type</th>
|
1110
|
+
|
1111
|
+
|
1112
|
+
|
1113
|
+
|
1114
|
+
|
1115
|
+
<th class="last">Description</th>
|
1116
|
+
</tr>
|
1117
|
+
</thead>
|
1118
|
+
|
1119
|
+
<tbody>
|
1120
|
+
|
1121
|
+
|
1134
1122
|
<tr>
|
1135
1123
|
|
1136
1124
|
<td class="name"><code>tags</code></td>
|
1137
1125
|
|
1138
|
-
|
1126
|
+
|
1139
1127
|
<td class="type">
|
1140
1128
|
|
1141
1129
|
|
@@ -1144,21 +1132,21 @@ CallPixels API key.</td>
|
|
1144
1132
|
|
1145
1133
|
|
1146
1134
|
</td>
|
1147
|
-
|
1148
1135
|
|
1149
|
-
|
1150
1136
|
|
1151
|
-
|
1137
|
+
|
1138
|
+
|
1139
|
+
|
1152
1140
|
<td class="description last">A collection of tags {key: 'value', tag2: 'value2'}</td>
|
1153
1141
|
</tr>
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1142
|
+
|
1143
|
+
|
1144
|
+
|
1157
1145
|
<tr>
|
1158
1146
|
|
1159
1147
|
<td class="name"><code>callback</code></td>
|
1160
1148
|
|
1161
|
-
|
1149
|
+
|
1162
1150
|
<td class="type">
|
1163
1151
|
|
1164
1152
|
|
@@ -1167,62 +1155,60 @@ CallPixels API key.</td>
|
|
1167
1155
|
|
1168
1156
|
|
1169
1157
|
</td>
|
1170
|
-
|
1171
1158
|
|
1172
|
-
|
1173
1159
|
|
1174
|
-
|
1160
|
+
|
1161
|
+
|
1162
|
+
|
1175
1163
|
<td class="description last">Callback that will be fired after request.</td>
|
1176
1164
|
</tr>
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1165
|
+
|
1166
|
+
|
1167
|
+
</tbody>
|
1180
1168
|
</table>
|
1181
1169
|
|
1182
|
-
|
1170
|
+
|
1183
1171
|
|
1184
1172
|
<dl class="details">
|
1185
1173
|
|
1186
|
-
|
1174
|
+
|
1187
1175
|
|
1188
|
-
|
1189
1176
|
|
1190
|
-
|
1191
1177
|
|
1192
1178
|
|
1193
1179
|
|
1194
|
-
|
1195
1180
|
|
1196
|
-
|
1197
1181
|
|
1198
|
-
|
1199
1182
|
|
1200
|
-
|
1201
1183
|
|
1202
|
-
|
1184
|
+
|
1185
|
+
|
1186
|
+
|
1187
|
+
|
1188
|
+
|
1189
|
+
|
1190
|
+
|
1203
1191
|
|
1204
1192
|
<dt class="tag-source">Source:</dt>
|
1205
1193
|
<dd class="tag-source"><ul class="dummy"><li>
|
1206
1194
|
<a href="number.js.html">number.js</a>, <a href="number.js.html#line40">line 40</a>
|
1207
1195
|
</li></ul></dd>
|
1208
1196
|
|
1209
|
-
|
1210
1197
|
|
1211
|
-
|
1212
1198
|
|
1213
|
-
|
1199
|
+
|
1200
|
+
|
1201
|
+
|
1214
1202
|
|
1215
1203
|
</dl>
|
1216
1204
|
|
1217
|
-
|
1218
1205
|
|
1219
|
-
|
1220
1206
|
|
1221
1207
|
|
1222
1208
|
|
1223
1209
|
|
1224
1210
|
|
1225
|
-
|
1211
|
+
|
1226
1212
|
|
1227
1213
|
<h5>Throws:</h5>
|
1228
1214
|
|
@@ -1237,9 +1223,9 @@ with per-visitor numbers enabled.
|
|
1237
1223
|
|
1238
1224
|
|
1239
1225
|
|
1240
|
-
|
1241
1226
|
|
1242
|
-
|
1227
|
+
|
1228
|
+
|
1243
1229
|
|
1244
1230
|
</dd>
|
1245
1231
|
|
@@ -1247,11 +1233,11 @@ with per-visitor numbers enabled.
|
|
1247
1233
|
|
1248
1234
|
<dt>
|
1249
1235
|
<h4 class="name" id="remove_tags_by_keys"><span class="type-signature"></span>remove_tags_by_keys<span class="signature">(keys, callback)</span><span class="type-signature"></span></h4>
|
1250
|
-
|
1236
|
+
|
1251
1237
|
|
1252
1238
|
</dt>
|
1253
1239
|
<dd>
|
1254
|
-
|
1240
|
+
|
1255
1241
|
|
1256
1242
|
<div class="description">
|
1257
1243
|
Removes all tags with given keys from a number.
|
@@ -1259,38 +1245,38 @@ with per-visitor numbers enabled.
|
|
1259
1245
|
|
1260
1246
|
|
1261
1247
|
|
1262
|
-
|
1263
1248
|
|
1264
|
-
|
1249
|
+
|
1250
|
+
|
1265
1251
|
|
1266
1252
|
<h5>Parameters:</h5>
|
1267
1253
|
|
1268
1254
|
|
1269
1255
|
<table class="params">
|
1270
1256
|
<thead>
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1257
|
+
<tr>
|
1258
|
+
|
1259
|
+
<th>Name</th>
|
1260
|
+
|
1261
|
+
|
1262
|
+
<th>Type</th>
|
1263
|
+
|
1264
|
+
|
1265
|
+
|
1266
|
+
|
1267
|
+
|
1268
|
+
<th class="last">Description</th>
|
1269
|
+
</tr>
|
1270
|
+
</thead>
|
1271
|
+
|
1272
|
+
<tbody>
|
1273
|
+
|
1274
|
+
|
1289
1275
|
<tr>
|
1290
1276
|
|
1291
1277
|
<td class="name"><code>keys</code></td>
|
1292
1278
|
|
1293
|
-
|
1279
|
+
|
1294
1280
|
<td class="type">
|
1295
1281
|
|
1296
1282
|
|
@@ -1299,21 +1285,21 @@ with per-visitor numbers enabled.
|
|
1299
1285
|
|
1300
1286
|
|
1301
1287
|
</td>
|
1302
|
-
|
1303
1288
|
|
1304
|
-
|
1305
1289
|
|
1306
|
-
|
1290
|
+
|
1291
|
+
|
1292
|
+
|
1307
1293
|
<td class="description last">An array of keys to remove. eg: ['key1', 'key2']</td>
|
1308
1294
|
</tr>
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1295
|
+
|
1296
|
+
|
1297
|
+
|
1312
1298
|
<tr>
|
1313
1299
|
|
1314
1300
|
<td class="name"><code>callback</code></td>
|
1315
1301
|
|
1316
|
-
|
1302
|
+
|
1317
1303
|
<td class="type">
|
1318
1304
|
|
1319
1305
|
|
@@ -1322,62 +1308,60 @@ with per-visitor numbers enabled.
|
|
1322
1308
|
|
1323
1309
|
|
1324
1310
|
</td>
|
1325
|
-
|
1326
1311
|
|
1327
|
-
|
1328
1312
|
|
1329
|
-
|
1313
|
+
|
1314
|
+
|
1315
|
+
|
1330
1316
|
<td class="description last">Callback that will be fired after request.</td>
|
1331
1317
|
</tr>
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1318
|
+
|
1319
|
+
|
1320
|
+
</tbody>
|
1335
1321
|
</table>
|
1336
1322
|
|
1337
|
-
|
1323
|
+
|
1338
1324
|
|
1339
1325
|
<dl class="details">
|
1340
1326
|
|
1341
|
-
|
1327
|
+
|
1342
1328
|
|
1343
|
-
|
1344
1329
|
|
1345
|
-
|
1346
1330
|
|
1347
1331
|
|
1348
1332
|
|
1349
|
-
|
1350
1333
|
|
1351
|
-
|
1352
1334
|
|
1353
|
-
|
1354
1335
|
|
1355
|
-
|
1356
1336
|
|
1357
|
-
|
1337
|
+
|
1338
|
+
|
1339
|
+
|
1340
|
+
|
1341
|
+
|
1342
|
+
|
1343
|
+
|
1358
1344
|
|
1359
1345
|
<dt class="tag-source">Source:</dt>
|
1360
1346
|
<dd class="tag-source"><ul class="dummy"><li>
|
1361
1347
|
<a href="number.js.html">number.js</a>, <a href="number.js.html#line55">line 55</a>
|
1362
1348
|
</li></ul></dd>
|
1363
1349
|
|
1364
|
-
|
1365
1350
|
|
1366
|
-
|
1367
1351
|
|
1368
|
-
|
1352
|
+
|
1353
|
+
|
1354
|
+
|
1369
1355
|
|
1370
1356
|
</dl>
|
1371
1357
|
|
1372
|
-
|
1373
1358
|
|
1374
|
-
|
1375
1359
|
|
1376
1360
|
|
1377
1361
|
|
1378
1362
|
|
1379
1363
|
|
1380
|
-
|
1364
|
+
|
1381
1365
|
|
1382
1366
|
<h5>Throws:</h5>
|
1383
1367
|
|
@@ -1392,21 +1376,21 @@ with per-visitor numbers enabled.
|
|
1392
1376
|
|
1393
1377
|
|
1394
1378
|
|
1395
|
-
|
1396
1379
|
|
1397
|
-
|
1380
|
+
|
1381
|
+
|
1398
1382
|
|
1399
1383
|
</dd>
|
1400
1384
|
|
1401
1385
|
</dl>
|
1402
1386
|
|
1403
|
-
|
1404
1387
|
|
1405
|
-
|
1388
|
+
|
1389
|
+
|
1406
1390
|
|
1407
1391
|
</article>
|
1408
1392
|
|
1409
|
-
</section>
|
1393
|
+
</section>
|
1410
1394
|
|
1411
1395
|
|
1412
1396
|
|
@@ -1420,7 +1404,7 @@ with per-visitor numbers enabled.
|
|
1420
1404
|
<br clear="both">
|
1421
1405
|
|
1422
1406
|
<footer>
|
1423
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.
|
1407
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Jan 29 2015 13:49:34 GMT-0500 (EST)
|
1424
1408
|
</footer>
|
1425
1409
|
|
1426
1410
|
<script> prettyPrint(); </script>
|