sideshow 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -2
  3. data/CHANGELOG.md +13 -6
  4. data/Gulpfile.js +24 -9
  5. data/README.md +3 -0
  6. data/VERSION +1 -1
  7. data/bower.json +1 -1
  8. data/distr/dependencies/jquery.min.js +4 -4
  9. data/distr/sideshow.js +35 -4
  10. data/distr/sideshow.min.js +3 -3
  11. data/docs/classes/Arrow.html +6 -6
  12. data/docs/classes/Arrows.html +10 -10
  13. data/docs/classes/ControlVariables.html +8 -8
  14. data/docs/classes/DetailsPanel.html +8 -8
  15. data/docs/classes/FadableItem.html +7 -7
  16. data/docs/classes/HidableItem.html +5 -5
  17. data/docs/classes/Mask.CloseButton.html +8 -8
  18. data/docs/classes/Mask.CompositeMask.html +7 -7
  19. data/docs/classes/Mask.CornerPart.html +5 -5
  20. data/docs/classes/Mask.Part.html +3 -3
  21. data/docs/classes/Mask.Polling.html +10 -10
  22. data/docs/classes/Mask.Subject.html +1 -1
  23. data/docs/classes/Mask.SubjectMask.html +3 -3
  24. data/docs/classes/Mask.WizardMenu.html +82 -13
  25. data/docs/classes/SS.html +2 -2
  26. data/docs/classes/SSException.html +1 -1
  27. data/docs/classes/Screen.html +3 -3
  28. data/docs/classes/StepDescription.html +12 -12
  29. data/docs/classes/StepDescriptionNextButton.html +8 -8
  30. data/docs/classes/VisualItem.html +3 -3
  31. data/docs/classes/Wizard.html +10 -10
  32. data/example.html +61 -61
  33. data/examples/scripts/sideshow.config.js +1 -1
  34. data/package.json +3 -1
  35. data/sideshow.gemspec +3 -3
  36. data/sideshow.nuspec +1 -1
  37. data/sideshow.sublime-project +11 -11
  38. data/sideshow.tar.gz +0 -0
  39. data/sideshow.zip +0 -0
  40. data/src/copyright_info.js +2 -2
  41. data/src/general/global_object.js +30 -13
  42. data/src/general/utility_functions.js +12 -0
  43. data/src/general/variables.js +1 -1
  44. data/yuidoc.json +1 -1
  45. metadata +19 -18
@@ -130,7 +130,7 @@
130
130
 
131
131
 
132
132
  <div class="foundat">
133
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1500"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1500</code></a>
133
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1512"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1512</code></a>
134
134
  </div>
135
135
 
136
136
 
@@ -130,7 +130,7 @@
130
130
 
131
131
 
132
132
  <div class="foundat">
133
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1598"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1598</code></a>
133
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1610"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1610</code></a>
134
134
  </div>
135
135
 
136
136
 
@@ -232,7 +232,7 @@
232
232
 
233
233
 
234
234
 
235
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1606"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1606</code></a>
235
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1618"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1618</code></a>
236
236
 
237
237
  </p>
238
238
 
@@ -309,7 +309,7 @@
309
309
 
310
310
 
311
311
 
312
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1616"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1616</code></a>
312
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1628"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1628</code></a>
313
313
 
314
314
  </p>
315
315
 
@@ -130,7 +130,7 @@
130
130
 
131
131
 
132
132
  <div class="foundat">
133
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2117"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2117</code></a>
133
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2129"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2129</code></a>
134
134
  </div>
135
135
 
136
136
 
@@ -233,6 +233,17 @@
233
233
 
234
234
  </li>
235
235
 
236
+ <li class="index-item method deprecated">
237
+ <a href="#method_runWizard">runWizard</a>
238
+
239
+
240
+ <span class="flag static">static</span>
241
+
242
+
243
+ <span class="flag deprecated">deprecated</span>
244
+
245
+ </li>
246
+
236
247
  <li class="index-item method">
237
248
  <a href="#method_setEmptySubject">setEmptySubject</a>
238
249
 
@@ -328,7 +339,7 @@
328
339
 
329
340
 
330
341
 
331
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2246"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2246</code></a>
342
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2258"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2258</code></a>
332
343
 
333
344
  </p>
334
345
 
@@ -399,7 +410,7 @@
399
410
 
400
411
 
401
412
 
402
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2234"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2234</code></a>
413
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2246"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2246</code></a>
403
414
 
404
415
  </p>
405
416
 
@@ -504,7 +515,7 @@
504
515
 
505
516
 
506
517
 
507
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2195"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2195</code></a>
518
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2207"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2207</code></a>
508
519
 
509
520
  </p>
510
521
 
@@ -585,7 +596,7 @@
585
596
 
586
597
 
587
598
 
588
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2217"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2217</code></a>
599
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2229"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2229</code></a>
589
600
 
590
601
  </p>
591
602
 
@@ -656,7 +667,7 @@
656
667
 
657
668
 
658
669
 
659
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2377"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2377</code></a>
670
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2396"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2396</code></a>
660
671
 
661
672
  </p>
662
673
 
@@ -765,7 +776,7 @@
765
776
 
766
777
 
767
778
 
768
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2363"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2363</code></a>
779
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2382"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2382</code></a>
769
780
 
770
781
  </p>
771
782
 
@@ -869,7 +880,7 @@
869
880
 
870
881
 
871
882
 
872
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2125"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2125</code></a>
883
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2137"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2137</code></a>
873
884
 
874
885
  </p>
875
886
 
@@ -913,6 +924,64 @@
913
924
 
914
925
 
915
926
 
927
+ </div>
928
+
929
+
930
+ <div id="method_runWizard" class="method item deprecated">
931
+ <h3 class="name"><code>runWizard</code></h3>
932
+
933
+
934
+ <span class="paren">()</span>
935
+
936
+
937
+
938
+
939
+
940
+ <span class="flag deprecated">deprecated</span>
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+ <span class="flag static">static</span>
949
+
950
+
951
+
952
+
953
+
954
+
955
+ <div class="meta">
956
+
957
+
958
+
959
+ <p>
960
+
961
+ Defined in
962
+
963
+
964
+
965
+
966
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2287"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2287</code></a>
967
+
968
+ </p>
969
+
970
+
971
+
972
+
973
+
974
+ </div>
975
+
976
+ <div class="description">
977
+
978
+ </div>
979
+
980
+
981
+
982
+
983
+
984
+
916
985
  </div>
917
986
 
918
987
 
@@ -950,7 +1019,7 @@
950
1019
 
951
1020
 
952
1021
 
953
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2315"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2315</code></a>
1022
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2334"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2334</code></a>
954
1023
 
955
1024
  </p>
956
1025
 
@@ -1017,7 +1086,7 @@
1017
1086
 
1018
1087
 
1019
1088
 
1020
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2342"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2342</code></a>
1089
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2361"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2361</code></a>
1021
1090
 
1022
1091
  </p>
1023
1092
 
@@ -1107,7 +1176,7 @@
1107
1176
 
1108
1177
 
1109
1178
 
1110
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2174"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2174</code></a>
1179
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2186"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2186</code></a>
1111
1180
 
1112
1181
  </p>
1113
1182
 
@@ -1202,7 +1271,7 @@
1202
1271
 
1203
1272
 
1204
1273
 
1205
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2418"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2418</code></a>
1274
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2437"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2437</code></a>
1206
1275
 
1207
1276
  </p>
1208
1277
 
@@ -1311,7 +1380,7 @@
1311
1380
 
1312
1381
 
1313
1382
 
1314
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l2399"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:2399</code></a>
1383
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l2418"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:2418</code></a>
1315
1384
 
1316
1385
  </p>
1317
1386
 
@@ -130,7 +130,7 @@
130
130
 
131
131
 
132
132
  <div class="foundat">
133
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l38"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:38</code></a>
133
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l38"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:38</code></a>
134
134
  </div>
135
135
 
136
136
 
@@ -218,7 +218,7 @@
218
218
 
219
219
 
220
220
 
221
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l54"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:54</code></a>
221
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l54"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:54</code></a>
222
222
 
223
223
  </p>
224
224
 
@@ -134,7 +134,7 @@
134
134
 
135
135
 
136
136
  <div class="foundat">
137
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l118"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:118</code></a>
137
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l118"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:118</code></a>
138
138
  </div>
139
139
 
140
140
 
@@ -130,7 +130,7 @@
130
130
 
131
131
 
132
132
  <div class="foundat">
133
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1462"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1462</code></a>
133
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1474"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1474</code></a>
134
134
  </div>
135
135
 
136
136
 
@@ -242,7 +242,7 @@
242
242
 
243
243
 
244
244
 
245
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1479"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1479</code></a>
245
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1491"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1491</code></a>
246
246
 
247
247
  </p>
248
248
 
@@ -311,7 +311,7 @@
311
311
 
312
312
 
313
313
 
314
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1490"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1490</code></a>
314
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1502"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1502</code></a>
315
315
 
316
316
  </p>
317
317
 
@@ -134,7 +134,7 @@
134
134
 
135
135
 
136
136
  <div class="foundat">
137
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1246"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1246</code></a>
137
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1258"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1258</code></a>
138
138
  </div>
139
139
 
140
140
 
@@ -296,7 +296,7 @@
296
296
 
297
297
 
298
298
 
299
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l446"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:446</code></a>
299
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l458"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:458</code></a>
300
300
 
301
301
  </p>
302
302
 
@@ -348,7 +348,7 @@
348
348
 
349
349
 
350
350
 
351
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l495"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:495</code></a>
351
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l507"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:507</code></a>
352
352
 
353
353
  </p>
354
354
 
@@ -400,7 +400,7 @@
400
400
 
401
401
 
402
402
 
403
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l520"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:520</code></a>
403
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l532"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:532</code></a>
404
404
 
405
405
  </p>
406
406
 
@@ -452,7 +452,7 @@
452
452
 
453
453
 
454
454
 
455
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l476"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:476</code></a>
455
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l488"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:488</code></a>
456
456
 
457
457
  </p>
458
458
 
@@ -507,7 +507,7 @@
507
507
 
508
508
 
509
509
 
510
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1372"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1372</code></a>
510
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1384"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1384</code></a>
511
511
 
512
512
  </p>
513
513
 
@@ -562,7 +562,7 @@
562
562
 
563
563
 
564
564
 
565
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1341"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1341</code></a>
565
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1353"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1353</code></a>
566
566
 
567
567
  </p>
568
568
 
@@ -627,7 +627,7 @@
627
627
 
628
628
 
629
629
 
630
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1308"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1308</code></a>
630
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1320"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1320</code></a>
631
631
 
632
632
  </p>
633
633
 
@@ -716,7 +716,7 @@
716
716
 
717
717
 
718
718
 
719
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1330"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1330</code></a>
719
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1342"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1342</code></a>
720
720
 
721
721
  </p>
722
722
 
@@ -805,7 +805,7 @@
805
805
 
806
806
 
807
807
 
808
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1297"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1297</code></a>
808
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1309"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1309</code></a>
809
809
 
810
810
  </p>
811
811
 
@@ -894,7 +894,7 @@
894
894
 
895
895
 
896
896
 
897
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1319"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1319</code></a>
897
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1331"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1331</code></a>
898
898
 
899
899
  </p>
900
900
 
@@ -973,7 +973,7 @@
973
973
 
974
974
 
975
975
 
976
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1362"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1362</code></a>
976
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1374"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1374</code></a>
977
977
 
978
978
  </p>
979
979
 
@@ -134,7 +134,7 @@
134
134
 
135
135
 
136
136
  <div class="foundat">
137
- Defined in: <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1407"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1407</code></a>
137
+ Defined in: <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1419"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1419</code></a>
138
138
  </div>
139
139
 
140
140
 
@@ -268,7 +268,7 @@
268
268
 
269
269
 
270
270
 
271
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l446"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:446</code></a>
271
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l458"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:458</code></a>
272
272
 
273
273
  </p>
274
274
 
@@ -323,7 +323,7 @@
323
323
 
324
324
 
325
325
 
326
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1423"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1423</code></a>
326
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1435"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1435</code></a>
327
327
 
328
328
  </p>
329
329
 
@@ -378,7 +378,7 @@
378
378
 
379
379
 
380
380
 
381
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1432"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1432</code></a>
381
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1444"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1444</code></a>
382
382
 
383
383
  </p>
384
384
 
@@ -430,7 +430,7 @@
430
430
 
431
431
 
432
432
 
433
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l476"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:476</code></a>
433
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l488"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:488</code></a>
434
434
 
435
435
  </p>
436
436
 
@@ -495,7 +495,7 @@
495
495
 
496
496
 
497
497
 
498
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1452"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1452</code></a>
498
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1464"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1464</code></a>
499
499
 
500
500
  </p>
501
501
 
@@ -584,7 +584,7 @@
584
584
 
585
585
 
586
586
 
587
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l1441"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:1441</code></a>
587
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l1453"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:1453</code></a>
588
588
 
589
589
  </p>
590
590
 
@@ -670,7 +670,7 @@
670
670
 
671
671
 
672
672
 
673
- <a href="../files/c:_Fortes_Projetos_SideshowNew_distr_sideshow.js.html#l463"><code>c:\Fortes\Projetos\SideshowNew\distr\sideshow.js:463</code></a>
673
+ <a href="../files/c:_alcides_fortes_projetos_Sideshow_distr_sideshow.js.html#l475"><code>c:\alcides\fortes\projetos\Sideshow\distr\sideshow.js:475</code></a>
674
674
 
675
675
  </p>
676
676