-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.tags
656 lines (656 loc) · 85.7 KB
/
.tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 0 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.8 //
isInsideWorker A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\loadScriptsWorker.js /^function isInsideWorker(){$/;" function line:4
isInsideWorker A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\loadScriptsWorker.js /^function isInsideWorker(){$/;" function line:4
_convertToRealImageData A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\misc.js /^ _convertToRealImageData(pImageData) {$/;" function line:5
_convertToFakeImageData A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\misc.js /^ _convertToFakeImageData(imageData){$/;" function line:14
_readImageData A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\misc.js /^ _readImageData(canvas) {$/;" function line:22
_writeImageData A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\misc.js /^ _writeImageData(canvas, imageData) {$/;" function line:27
context A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\misc.js /^ var context = canvas.getContext('2d');$/;" variable line:30
_catchErrors A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\misc.js /^ _catchErrors(error) {$/;" function line:35
pixelate A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ pixelate({imageData, pixelWidth, pixelHeight, xPixels, yPixels, hideTheGrid}) {$/;" function line:6
oldpixelate A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ oldpixelate({imageData, pixelWidth, pixelHeight, xPixels, yPixels, hideTheGrid}) {$/;" function line:16
_getMode A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ _getMode({imageData, pixelX, pixelY, pixelWidth, pixelHeight, xPixels, yPixels}) {$/;" function line:31
mode A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ var mode = null;$/;" variable line:38
largestCount A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ var largestCount = 1;$/;" variable line:39
_setSuperPixelColor A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ _setSuperPixelColor({imageData, pixelX, pixelY, pixelWidth, pixelHeight, xPixels, yPixels, color, hideTheGrid}) {$/;" function line:78
_setPixelEndianSafe A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ _setPixelEndianSafe(isLittleEndian, red, green, blue, alpha) {$/;" function line:109
_getPixelEndianSafe A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ _getPixelEndianSafe(isLittleEndian, pixel) {$/;" function line:117
_isLittleEndian A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\pixelate.js /^ _isLittleEndian() {$/;" function line:125
buildPalette A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ buildPalette({imageData, numColors, useDmcColors}){$/;" function line:5
quantize A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ quantize({imageData, palette, useDmcColors}) {$/;" function line:14
oldbuildPalette A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ oldbuildPalette({imageData, numColors, useDmcColors}) {$/;" function line:29
colors A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ colors: numColors,$/;" property line:31
colorDist A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ colorDist: 'euclidean',$/;" property line:32
method A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ method: 1,$/;" property line:33
initColors A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ initColors: (useDmcColors ? this._getDmcColorMap().size : 2048),$/;" property line:34
oldquantize A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\quantize.js /^ oldquantize({imageData, palette, useDmcColors}) {$/;" function line:53
oldscale A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ oldscale({imageData, newWidth}) {$/;" function line:12
scale A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ scale({imageData, newWidth}){$/;" function line:34
chunkHeightExact A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ var chunkHeightExact = Math.floor(height \/ numberOfParts);$/;" variable line:57
numberOfPixelsHigh A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ var numberOfPixelsHigh = Math.ceil(chunkHeightExact \/ pixelHeight);$/;" variable line:58
chunkHeight A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ var chunkHeight = numberOfPixelsHigh * pixelHeight;$/;" variable line:59
canvas A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ var canvas = document.createElement('canvas');$/;" variable line:61
context A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ var context = canvas.getContext('2d');$/;" variable line:62
stitch A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ stitch({chunks, canvas}){$/;" function line:87
imageHeight A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ var imageHeight = chunks.reduce((runningTotal, chunk)=>{$/;" variable line:89
context A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\sizing.js /^ var context = canvas.getContext('2d');$/;" variable line:96
behavior.properties A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\worker.js /^ properties: {$/;" property line:5
createWorkers A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\worker.js /^ createWorkers(url, numWorkers){$/;" function line:12
dispatchWorker A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\worker.js /^ dispatchWorker(func, data, transferrable){$/;" function line:22
receiveWork A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\worker.js /^ receiveWork(event){$/;" function line:53
merged A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\worker.js /^ var merged = _.merge( self.workerBehavior, self.sizingBehavior, self.quantizeBehavior, self.pixelateBehavior, self.miscBehavior, self.dmcColorBehavior);$/;" variable line:55
encodeResolve A:\Projects\StitchPics\app\elements\cross-stitch\behaviors\worker.js /^ encodeResolve(data, transferrable){$/;" function line:63
link A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<link rel="import" href="..\/globalScripts\/globalScripts.html">$/;" function line:3
dom A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<dom-module id="cross-stitch">$/;" function line:5
link A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:7
template A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^ <template>$/;" function line:9
canvas A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^ <canvas id="finalOutput"><\/canvas>$/;" function line:10
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="behaviors\/loadScriptsWorker.js"><\/script>$/;" function line:15
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="..\/..\/..\/bower_components\/RgbQuant.js\/src\/rgbquant.js"><\/script>$/;" function line:16
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="behaviors\/misc.js"><\/script>$/;" function line:17
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="behaviors\/sizing.js"><\/script>$/;" function line:18
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="behaviors\/quantize.js"><\/script>$/;" function line:19
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="behaviors\/pixelate.js"><\/script>$/;" function line:20
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="behaviors\/worker.js"><\/script>$/;" function line:21
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="..\/..\/..\/bower_components\/FileSaver.js\/FileSaver.js"><\/script>$/;" function line:25
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="..\/..\/..\/bower_components\/canvas-toBlob.js\/canvas-toBlob.js"><\/script>$/;" function line:26
script A:\Projects\StitchPics\app\elements\cross-stitch\cross-stitch.html /^<script src="element.js"><\/script>$/;" function line:27
ready A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ ready() {$/;" function line:50
propertyChanged A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ propertyChanged(){$/;" function line:65
newFile A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ newFile() {$/;" function line:71
saveAsImage A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ saveAsImage(){$/;" function line:82
getImageAsURI A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ getImageAsURI(){$/;" function line:90
_scaleImage A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ _scaleImage(){$/;" function line:94
_dispatchBuildPalette A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ _dispatchBuildPalette(imageData) {$/;" function line:101
_processImage A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ _processImage({imageData, palette}){$/;" function line:111
_setupSuperPixelData A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ _setupSuperPixelData(imageData, palette){$/;" function line:137
_resizeOutputCanvas A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ _resizeOutputCanvas(imageData){$/;" function line:147
_dispatchQuantize A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ _dispatchQuantize(chunk){$/;" function line:152
_dispatchPixelate A:\Projects\StitchPics\app\elements\cross-stitch\element.js /^ _dispatchPixelate({imageData}){$/;" function line:160
#finalOutput A:\Projects\StitchPics\app\elements\cross-stitch\element.sass /^#finalOutput$/;" function line:7
loadImage A:\Projects\StitchPics\app\elements\cross-stitch\tests\element.js /^function loadImage(src, callback){$/;" function line:45
onload A:\Projects\StitchPics\app\elements\cross-stitch\tests\element.js /^ img.onload = function(){$/;" function line:47
img.onload A:\Projects\StitchPics\app\elements\cross-stitch\tests\element.js /^ img.onload = function(){$/;" function line:47
loadImage A:\Projects\StitchPics\app\elements\cross-stitch\tests\element.js /^function loadImage(src, callback){$/;" function line:45
autoUnhookListener A:\Projects\StitchPics\app\elements\cross-stitch\tests\element.js /^function autoUnhookListener(element, eventName, callback){$/;" function line:59
autoUnhookListener A:\Projects\StitchPics\app\elements\cross-stitch\tests\element.js /^function autoUnhookListener(element, eventName, callback){$/;" function line:59
html A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <link rel="import" href="..\/cross-stitch.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^<body>$/;" function line:17
style A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <style>$/;" function line:18
test A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <test-fixture id="basic">$/;" function line:24
template A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <template>$/;" function line:25
script A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:35
script A:\Projects\StitchPics\app\elements\cross-stitch\tests\test.html /^ <script src="element.js"><\/script>$/;" function line:36
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="globalScripts\/globalScripts.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-scroll-header-panel\/paper-scroll-header-panel.html">$/;" function line:5
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-drawer-panel\/paper-drawer-panel.html">$/;" function line:6
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-icon-button\/paper-icon-button.html">$/;" function line:7
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-styles\/paper-styles-classes.html">$/;" function line:8
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-material\/paper-material.html">$/;" function line:9
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-checkbox\/paper-checkbox.html">$/;" function line:10
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-toolbar\/paper-toolbar.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-button\/paper-button.html">$/;" function line:12
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-slider\/paper-slider.html">$/;" function line:13
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-input\/paper-input.html">$/;" function line:14
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-tabs\/paper-tabs.html">$/;" function line:15
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-item\/paper-item.html">$/;" function line:16
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/paper-menu\/paper-menu.html">$/;" function line:17
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="..\/bower_components\/marked-element\/marked-element.html">$/;" function line:23
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="my-paper-material\/my-paper-material.html">$/;" function line:26
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="paper-file-upload\/paper-file-upload.html">$/;" function line:27
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="palette-viewer\/palette-viewer.html">$/;" function line:28
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="stampy-router\/stampy-router.html">$/;" function line:29
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="cross-stitch\/cross-stitch.html">$/;" function line:30
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="my-analytics\/my-analytics.html">$/;" function line:31
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="side-menu\/side-menu.html">$/;" function line:32
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="main-page\/main-page.html">$/;" function line:33
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="faq-page\/faq-page.html">$/;" function line:34
link A:\Projects\StitchPics\app\elements\elements.html /^<link rel="import" href="my-ad\/my-ad.html">$/;" function line:35
link A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^<link rel="import" href="..\/..\/bower_components\/marked-element\/marked-element.html">$/;" function line:3
link A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^<link rel="import" href="..\/my-paper-material\/my-paper-material.html">$/;" function line:4
link A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^<link rel="import" href="..\/globalScripts\/globalScripts.html">$/;" function line:5
link A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^<link rel="import" href="..\/my-ad\/my-ad.html">$/;" function line:6
dom A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^<dom-module id="faq-page">$/;" function line:8
link A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:10
template A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^ <template>$/;" function line:12
my A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^ <my-paper-material elevation="4">$/;" function line:13
marked A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^ <marked-element>$/;" function line:14
script A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^ <script type="text\/markdown">$/;" function line:15
script A:\Projects\StitchPics\app\elements\faq-page\faq-page.html /^<script src="element.js"><\/script>$/;" function line:88
html A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <link rel="import" href="..\/faq-page.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^<body>$/;" function line:17
test A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <test-fixture id="basic">$/;" function line:19
template A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <template>$/;" function line:20
faq A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <faq-page><\/faq-page>$/;" function line:21
script A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:26
script A:\Projects\StitchPics\app\elements\faq-page\tests\test.html /^ <script src="element.js"><\/script>$/;" function line:27
constructor A:\Projects\StitchPics\app\elements\globalScripts\BitPacker.js /^ constructor(){$/;" function line:6
packPixel A:\Projects\StitchPics\app\elements\globalScripts\BitPacker.js /^ packPixel(red, green, blue, alpha) {$/;" function line:23
unpackPixel A:\Projects\StitchPics\app\elements\globalScripts\BitPacker.js /^ unpackPixel(packedPixel){$/;" function line:40
_checkIsLittleEndian A:\Projects\StitchPics\app\elements\globalScripts\BitPacker.js /^ _checkIsLittleEndian() {$/;" function line:62
behavior.properties A:\Projects\StitchPics\app\elements\globalScripts\dmc-colors.js /^ properties: {$/;" property line:5
_getColorsAsRGB A:\Projects\StitchPics\app\elements\globalScripts\dmc-colors.js /^ _getColorsAsRGB() {$/;" function line:373
_getDmcColorMap A:\Projects\StitchPics\app\elements\globalScripts\dmc-colors.js /^ _getDmcColorMap(){$/;" function line:383
_convertHexToRGB A:\Projects\StitchPics\app\elements\globalScripts\dmc-colors.js /^ _convertHexToRGB(hex){$/;" function line:387
_convertRGBToHex A:\Projects\StitchPics\app\elements\globalScripts\dmc-colors.js /^ _convertRGBToHex([r, g, b]){$/;" function line:396
constructor A:\Projects\StitchPics\app\elements\globalScripts\dmcColors.js /^ constructor(){$/;" function line:6
getColorsAsRGB A:\Projects\StitchPics\app\elements\globalScripts\dmcColors.js /^ getColorsAsRGB() {$/;" function line:15
getDmcColorMap A:\Projects\StitchPics\app\elements\globalScripts\dmcColors.js /^ getDmcColorMap(){$/;" function line:29
_convertHexToRGB A:\Projects\StitchPics\app\elements\globalScripts\dmcColors.js /^ _convertHexToRGB(hex){$/;" function line:40
_convertRGBToHex A:\Projects\StitchPics\app\elements\globalScripts\dmcColors.js /^ _convertRGBToHex([r, g, b]){$/;" function line:56
_getDmcColorMap A:\Projects\StitchPics\app\elements\globalScripts\dmcColors.js /^ _getDmcColorMap(){$/;" function line:66
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="..\/..\/..\/node_modules\/babel-core\/browser-polyfill.js"><\/script>$/;" function line:2
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="performanceNow.coffee"><\/script>$/;" function line:3
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="..\/..\/..\/bower_components\/nameThatColor\/index.js"><\/script>$/;" function line:4
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="..\/..\/..\/bower_components\/lodash\/lodash.js"><\/script>$/;" function line:5
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="..\/..\/..\/bower_components\/operative\/dist\/operative.js"><\/script>$/;" function line:6
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="dmc-colors.js"><\/script>$/;" function line:7
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="BitPacker.js"><\/script>$/;" function line:8
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="dmcColors.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="quantizor.js"><\/script>$/;" function line:10
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="pixelator.js"><\/script>$/;" function line:11
script A:\Projects\StitchPics\app\elements\globalScripts\globalScripts.html /^<script src="sizor.js"><\/script>$/;" function line:12
self.performance.now A:\Projects\StitchPics\app\elements\globalScripts\performanceNow.coffee /^ self.performance.now = ->$/;" function line:9
constructor A:\Projects\StitchPics\app\elements\globalScripts\pixelator.js /^ constructor(imageData, spWidth, spHeight, numSpx, numSpy, hideTheGrid = false){$/;" function line:13
run A:\Projects\StitchPics\app\elements\globalScripts\pixelator.js /^ run(){$/;" function line:40
_getSuperPixelColor A:\Projects\StitchPics\app\elements\globalScripts\pixelator.js /^ _getSuperPixelColor(spx, spy){$/;" function line:63
_setSuperPixelColor A:\Projects\StitchPics\app\elements\globalScripts\pixelator.js /^ _setSuperPixelColor(spx, spy, color){$/;" function line:111
_getPixelPos A:\Projects\StitchPics\app\elements\globalScripts\pixelator.js /^ _getPixelPos(spx, spy, pixelX, pixelY){$/;" function line:150
constructor A:\Projects\StitchPics\app\elements\globalScripts\quantizor.js /^ constructor(imageData, useDmcColors = false){$/;" function line:10
buildPalette A:\Projects\StitchPics\app\elements\globalScripts\quantizor.js /^ buildPalette(numColors){$/;" function line:22
quantize A:\Projects\StitchPics\app\elements\globalScripts\quantizor.js /^ quantize(palette){$/;" function line:51
_getInitColors A:\Projects\StitchPics\app\elements\globalScripts\quantizor.js /^ _getInitColors(){$/;" function line:79
constructor A:\Projects\StitchPics\app\elements\globalScripts\sizor.js /^ constructor(){$/;" function line:6
scale A:\Projects\StitchPics\app\elements\globalScripts\sizor.js /^ scale(imageData, newWidth){$/;" function line:10
workerSafeScale A:\Projects\StitchPics\app\elements\globalScripts\sizor.js /^ workerSafeScale(imageData, newImageData){$/;" function line:32
_writeImageData A:\Projects\StitchPics\app\elements\globalScripts\sizor.js /^ _writeImageData(canvas, imageData) {$/;" function line:73
context A:\Projects\StitchPics\app\elements\globalScripts\sizor.js /^ var context = canvas.getContext('2d');$/;" variable line:76
_convertToRealImageData A:\Projects\StitchPics\app\elements\globalScripts\sizor.js /^ _convertToRealImageData(pImageData) {$/;" function line:81
_getW A:\Projects\StitchPics\app\elements\globalScripts\sizor.js /^ _getW(center, coord, halfRatio){$/;" function line:92
constructor A:\Projects\StitchPics\app\elements\globalScripts\workor.js /^ constructor(numberOfWorkers, functions){$/;" function line:6
dispatchWorker A:\Projects\StitchPics\app\elements\globalScripts\workor.js /^ dispatchWorker(functionName, params, transferrable){$/;" function line:17
uploadImage A:\Projects\StitchPics\app\elements\imgur-upload\element.js /^ uploadImage(){$/;" function line:22
getBase64FromImageData A:\Projects\StitchPics\app\elements\imgur-upload\element.js /^ getBase64FromImageData(imageData){$/;" function line:45
link A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<link rel="import" href="..\/..\/bower_components\/neon-animation\/neon-animation.html">$/;" function line:3
link A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<link rel="import" href="..\/..\/bower_components\/neon-animation\/animations\/scale-up-animation.html">$/;" function line:4
link A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<link rel="import" href="..\/..\/bower_components\/neon-animation\/animations\/fade-out-animation.html">$/;" function line:5
link A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<link rel="import" href="..\/..\/bower_components\/paper-button\/paper-button.html">$/;" function line:7
link A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<link rel="import" href="..\/..\/bower_components\/paper-dialog\/paper-dialog.html">$/;" function line:8
dom A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<dom-module id="imgur-upload">$/;" function line:10
link A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:12
template A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <template>$/;" function line:14
paper A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <paper-button raised on-tap="uploadImage">Get Link<\/paper-button>$/;" function line:15
h A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <h2>Save Link<\/h2>$/;" function line:22
div A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <div>$/;" function line:23
paper A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <paper-input id="shareInput" label="Use this link to share your pattern"><\/paper-input>$/;" function line:24
div A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <div class="buttons">$/;" function line:26
paper A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^ <paper-button dialog-confirm raised>Done<\/paper-button>$/;" function line:27
script A:\Projects\StitchPics\app\elements\imgur-upload\imgur-upload.html /^<script src="element.js"><\/script>$/;" function line:34
html A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <link rel="import" href="..\/faq-page.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^<body>$/;" function line:17
test A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <test-fixture id="basic">$/;" function line:19
template A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <template>$/;" function line:20
faq A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <faq-page><\/faq-page>$/;" function line:21
script A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:26
script A:\Projects\StitchPics\app\elements\imgur-upload\tests\test.html /^ <script src="element.js"><\/script>$/;" function line:27
loadImage A:\Projects\StitchPics\app\elements\main-page\element.js /^ loadImage(){$/;" function line:47
unpackOptions A:\Projects\StitchPics\app\elements\main-page\element.js /^ unpackOptions(){$/;" function line:61
packOptions A:\Projects\StitchPics\app\elements\main-page\element.js /^ packOptions(){$/;" function line:72
calcGridWidth A:\Projects\StitchPics\app\elements\main-page\element.js /^ calcGridWidth(clothCount, size){$/;" function line:81
saveImage A:\Projects\StitchPics\app\elements\main-page\element.js /^ saveImage(){$/;" function line:85
getImageAsDataURI A:\Projects\StitchPics\app\elements\main-page\element.js /^ getImageAsDataURI(element){$/;" function line:89
openNewTab A:\Projects\StitchPics\app\elements\main-page\element.js /^ openNewTab(){$/;" function line:97
printImage A:\Projects\StitchPics\app\elements\main-page\element.js /^ printImage(){$/;" function line:110
_getImageDataFromHash A:\Projects\StitchPics\app\elements\main-page\element.js /^ _getImageDataFromHash(hash, callback){$/;" function line:136
onload A:\Projects\StitchPics\app\elements\main-page\element.js /^ img.onload = function(){$/;" function line:140
.indent A:\Projects\StitchPics\app\elements\main-page\element.sass /^.indent$/;" function line:37
.bottomRow A:\Projects\StitchPics\app\elements\main-page\element.sass /^.bottomRow$/;" function line:44
#mainPageContainer A:\Projects\StitchPics\app\elements\main-page\element.sass /^#mainPageContainer$/;" function line:50
#setupBox A:\Projects\StitchPics\app\elements\main-page\element.sass /^ #setupBox$/;" function line:64
#crossStitchBox A:\Projects\StitchPics\app\elements\main-page\element.sass /^ #crossStitchBox$/;" function line:67
#saveBox A:\Projects\StitchPics\app\elements\main-page\element.sass /^ #saveBox$/;" function line:70
#introBox A:\Projects\StitchPics\app\elements\main-page\element.sass /^#introBox$/;" function line:74
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/..\/bower_components\/paper-checkbox\/paper-checkbox.html">$/;" function line:3
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/..\/bower_components\/paper-slider\/paper-slider.html">$/;" function line:4
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/..\/bower_components\/paper-button\/paper-button.html">$/;" function line:5
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/my-paper-material\/my-paper-material.html">$/;" function line:6
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/paper-file-upload\/paper-file-upload.html">$/;" function line:7
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/palette-viewer\/palette-viewer.html">$/;" function line:8
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/cross-stitch\/cross-stitch.html">$/;" function line:9
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/imgur-upload\/imgur-upload.html">$/;" function line:10
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/side-menu\/side-menu.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<link rel="import" href="..\/my-ad\/my-ad.html">$/;" function line:12
dom A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<dom-module id="main-page">$/;" function line:14
link A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:16
template A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <template>$/;" function line:18
my A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <my-paper-material elevation="5">$/;" function line:19
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div id="mainPageContainer">$/;" function line:20
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div id="introBox">$/;" function line:21
p A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <p>$/;" function line:22
p A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <p>$/;" function line:27
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div id="setupBox">$/;" function line:34
h A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <h3>Setup<\/h3>$/;" function line:35
my A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <my-paper-material elevation="1" class="indent">$/;" function line:36
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div>Aida cloth count<\/div>$/;" function line:37
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-slider min="8" max="28" value="{{clothCount}}" snaps pin editable><\/paper-slider>$/;" function line:38
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div>Cross Stitch Size (in inches)<\/div>$/;" function line:39
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-slider min="2" max="16" value="{{size}}" snaps pin editable><\/paper-slider>$/;" function line:40
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div>Number of colors<\/div>$/;" function line:41
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-slider min="4" max="32" value="{{numColors}}" snaps pin editable><\/paper-slider>$/;" function line:42
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div class="bottomRow">$/;" function line:43
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-checkbox checked="{{useDmcColors}}">Only use DMC colors<\/paper-checkbox>$/;" function line:44
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-checkbox checked="{{hideTheGrid}}">Hide the grid<\/paper-checkbox>$/;" function line:45
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-file-upload id="imageUpload" imagedata="{{imageData}}"><\/paper-file-upload>$/;" function line:46
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div id="crossStitchBox">$/;" function line:51
h A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <h3>Cross Stitch<\/h3>$/;" function line:52
my A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <my-paper-material elevation="1" class="indent">$/;" function line:53
h A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <h3>Color Key<\/h3>$/;" function line:64
my A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <my-paper-material elevation="1" class="indent">$/;" function line:65
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div id="saveBox">$/;" function line:74
h A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <h3>Save<\/h3>$/;" function line:75
my A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <my-paper-material elevation="1" class="indent">$/;" function line:76
div A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <div class="flexContainer">$/;" function line:77
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-button id="saveButton" raised on-tap="saveImage">Save As Image<\/paper-button>$/;" function line:78
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-button id="newTabButton" raised on-tap="openNewTab" >Open In New Tab<\/paper-button>$/;" function line:79
paper A:\Projects\StitchPics\app\elements\main-page\main-page.html /^ <paper-button id="printButton" raised on-tap="printImage">Print<\/paper-button>$/;" function line:80
script A:\Projects\StitchPics\app\elements\main-page\main-page.html /^<script src="element.js"><\/script>$/;" function line:97
autoUnhookListener A:\Projects\StitchPics\app\elements\main-page\tests\element.js /^function autoUnhookListener(element, eventName, callback){$/;" function line:30
autoUnhookListener A:\Projects\StitchPics\app\elements\main-page\tests\element.js /^function autoUnhookListener(element, eventName, callback){$/;" function line:30
html A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <link rel="import" href="..\/main-page.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^<body>$/;" function line:17
test A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <test-fixture id="basic">$/;" function line:18
template A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <template>$/;" function line:19
main A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <main-page><\/main-page>$/;" function line:20
script A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:25
script A:\Projects\StitchPics\app\elements\main-page\tests\test.html /^ <script src="element.js"><\/script>$/;" function line:26
ready A:\Projects\StitchPics\app\elements\my-ad\element.js /^ ready(){$/;" function line:21
link A:\Projects\StitchPics\app\elements\my-ad\my-ad.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
dom A:\Projects\StitchPics\app\elements\my-ad\my-ad.html /^<dom-module id="my-ad">$/;" function line:3
link A:\Projects\StitchPics\app\elements\my-ad\my-ad.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:5
template A:\Projects\StitchPics\app\elements\my-ad\my-ad.html /^ <template>$/;" function line:7
script A:\Projects\StitchPics\app\elements\my-ad\my-ad.html /^ <script async src="\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js"><\/script>$/;" function line:8
script A:\Projects\StitchPics\app\elements\my-ad\my-ad.html /^<script src="element.js"><\/script>$/;" function line:13
ready A:\Projects\StitchPics\app\elements\my-analytics\element.js /^ ready(){$/;" function line:14
navigationOccured A:\Projects\StitchPics\app\elements\my-analytics\element.js /^ navigationOccured({detail}){$/;" function line:20
sendPageview A:\Projects\StitchPics\app\elements\my-analytics\element.js /^ sendPageview(canonicalPath, title){$/;" function line:25
isogram A:\Projects\StitchPics\app\elements\my-analytics\element.js /^ isogram(i, s, o, g, r, a, m){$/;" function line:34
link A:\Projects\StitchPics\app\elements\my-analytics\my-analytics.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
dom A:\Projects\StitchPics\app\elements\my-analytics\my-analytics.html /^<dom-module id="my-analytics">$/;" function line:3
link A:\Projects\StitchPics\app\elements\my-analytics\my-analytics.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:5
template A:\Projects\StitchPics\app\elements\my-analytics\my-analytics.html /^ <template>$/;" function line:7
script A:\Projects\StitchPics\app\elements\my-analytics\my-analytics.html /^<script src="element.js"><\/script>$/;" function line:12
link A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^<link rel="import" href="..\/..\/bower_components\/paper-material\/paper-material.html">$/;" function line:3
link A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^<link rel="import" href="..\/globalScripts\/globalScripts.html">$/;" function line:4
dom A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^<dom-module id="my-paper-material">$/;" function line:6
link A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:8
template A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^ <template>$/;" function line:10
paper A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^ <paper-material class="paperContainer" elevation="{{elevation}}">$/;" function line:11
content A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^ <content><\/content>$/;" function line:12
script A:\Projects\StitchPics\app\elements\my-paper-material\my-paper-material.html /^<script src="element.js"><\/script>$/;" function line:18
html A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <link rel="import" href="..\/my-paper-material.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^<body>$/;" function line:17
test A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <test-fixture id="basic">$/;" function line:19
template A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <template>$/;" function line:20
my A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <my-paper-material elevation="4"><h1>This is test stuff!<\/h1><\/my-paper-material>$/;" function line:21
script A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:26
script A:\Projects\StitchPics\app\elements\my-paper-material\tests\test.html /^ <script src="element.js"><\/script>$/;" function line:27
getColorKey A:\Projects\StitchPics\app\elements\palette-viewer\element.js /^ getColorKey(){$/;" function line:24
_showPalette A:\Projects\StitchPics\app\elements\palette-viewer\element.js /^ _showPalette(){$/;" function line:36
#paletteTable A:\Projects\StitchPics\app\elements\palette-viewer\element.sass /^#paletteTable$/;" function line:7
td A:\Projects\StitchPics\app\elements\palette-viewer\element.sass /^ td$/;" function line:12
th A:\Projects\StitchPics\app\elements\palette-viewer\element.sass /^ th$/;" function line:19
link A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^<link rel="import" href="..\/globalScripts\/globalScripts.html">$/;" function line:3
dom A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^<dom-module id="palette-viewer">$/;" function line:5
link A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:7
template A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <template>$/;" function line:9
dom A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <dom id="tableContainer">$/;" function line:10
table A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <table id="paletteTable">$/;" function line:11
tr A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <tr>$/;" function line:12
th A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <th>Color<\/th>$/;" function line:13
th A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <th>Color Name<\/th>$/;" function line:14
th A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <th>DMC Color Number<\/th>$/;" function line:15
th A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <th>Hex Code<\/th>$/;" function line:16
template A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <template is="dom-repeat" items="{{colors}}">$/;" function line:18
tr A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <tr>$/;" function line:19
td A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <td class="swatch" style$="{{item.swatchStyle}}"><\/td>$/;" function line:20
td A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <td class="colorName">{{item.colorName}}<\/td>$/;" function line:21
td A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <td class="dmcColor">{{item.dmcColor}}<\/td>$/;" function line:22
td A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^ <td class="hex">{{item.hex}}<\/td>$/;" function line:23
script A:\Projects\StitchPics\app\elements\palette-viewer\palette-viewer.html /^<script src="element.js"><\/script>$/;" function line:32
html A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <link rel="import" href="..\/palette-viewer.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^<body>$/;" function line:17
test A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <test-fixture id="basic">$/;" function line:18
template A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <template>$/;" function line:19
palette A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <palette-viewer><\/palette-viewer>$/;" function line:20
script A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:25
script A:\Projects\StitchPics\app\elements\palette-viewer\tests\test.html /^ <script src="element.js"><\/script>$/;" function line:26
translateClick A:\Projects\StitchPics\app\elements\paper-file-upload\element.js /^ translateClick(){$/;" function line:19
fileUpload A:\Projects\StitchPics\app\elements\paper-file-upload\element.js /^ fileUpload(event){$/;" function line:23
link A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">\\$/;" function line:1
link A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^<link rel="import" href="..\/..\/bower_components\/paper-button\/paper-button.html">$/;" function line:3
link A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^<link rel="import" href="..\/..\/bower_components\/iron-icons\/iron-icons.html">$/;" function line:4
link A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^<link rel="import" href="..\/globalScripts\/globalScripts.html">$/;" function line:5
dom A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^<dom-module id="paper-file-upload">$/;" function line:7
link A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:9
template A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^ <template>$/;" function line:11
paper A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^ <paper-button raised on-tap="translateClick">$/;" function line:12
iron A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^ <iron-icon id="buttonIcon" class="hidden" icon="check"><\/iron-icon>$/;" function line:13
span A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^ <span>{{buttonText}}<\/span>$/;" function line:14
input A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^ <input type="file" id="imageLoader" on-change="fileUpload"\/>$/;" function line:16
script A:\Projects\StitchPics\app\elements\paper-file-upload\paper-file-upload.html /^<script src="element.js"><\/script>$/;" function line:21
html A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <link rel="import" href="..\/paper-file-upload.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^<body>$/;" function line:17
test A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <test-fixture id="basic">$/;" function line:18
template A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <template>$/;" function line:19
paper A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <paper-file-upload><\/paper-file-upload>$/;" function line:20
script A:\Projects\StitchPics\app\elements\paper-file-upload\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:25
routeChanged A:\Projects\StitchPics\app\elements\side-menu\element.js /^ routeChanged(){$/;" function line:53
loadHref A:\Projects\StitchPics\app\elements\side-menu\element.js /^ loadHref(event){$/;" function line:59
#sideBarContainerContainer A:\Projects\StitchPics\app\elements\side-menu\element.sass /^#sideBarContainerContainer$/;" function line:12
#sideBarContainer A:\Projects\StitchPics\app\elements\side-menu\element.sass /^#sideBarContainer$/;" function line:16
.adContainer A:\Projects\StitchPics\app\elements\side-menu\element.sass /^ .adContainer$/;" function line:22
a A:\Projects\StitchPics\app\elements\side-menu\element.sass /^ a$/;" function line:30
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<link rel="import" href="..\/..\/bower_components\/paper-toolbar\/paper-toolbar.html">$/;" function line:3
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<link rel="import" href="..\/..\/bower_components\/paper-button\/paper-button.html">$/;" function line:4
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<link rel="import" href="..\/..\/bower_components\/paper-menu\/paper-menu.html">$/;" function line:5
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<link rel="import" href="..\/..\/bower_components\/iron-icons\/iron-icons.html">$/;" function line:6
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<link rel="import" href="..\/globalScripts\/globalScripts.html">$/;" function line:7
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<link rel="import" href="..\/my-ad\/my-ad.html">$/;" function line:8
dom A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<dom-module id="side-menu">$/;" function line:10
link A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:12
template A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <template>$/;" function line:14
paper A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <paper-toolbar id="drawerToolbar">$/;" function line:15
span A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <span class="paper-font-title">Menu<\/span>$/;" function line:16
div A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <div id="sideBarContainerContainer">$/;" function line:20
div A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <div id="sideBarContainer">$/;" function line:21
template A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <template is="dom-repeat" items="{{routes}}">$/;" function line:26
a A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <a data-route$="{{item.route}}" href$="{{item.href}}">$/;" function line:27
iron A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <iron-icon icon="{{item.icon}}"><\/iron-icon>$/;" function line:28
span A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <span>{{item.text}}<\/span>$/;" function line:29
div A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <div class="adContainer">$/;" function line:34
div A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <div class="socialButtons sideBarItem">$/;" function line:42
h A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <h3>Share:<\/h3>$/;" function line:43
template A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <template is="dom-repeat" items="{{socialButtons}}">$/;" function line:44
paper A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^ <paper-button class$="{{item.class}}" on-tap="loadHref" data-href$="{{item.href}}" raised>{{item.text}}<\/paper-button>$/;" function line:45
script A:\Projects\StitchPics\app\elements\side-menu\side-menu.html /^<script src="element.js"><\/script>$/;" function line:54
.socialButtons A:\Projects\StitchPics\app\elements\side-menu\socialButtons.sass /^.socialButtons$/;" function line:2
.button A:\Projects\StitchPics\app\elements\side-menu\socialButtons.sass /^ .button$/;" function line:3
.facebook A:\Projects\StitchPics\app\elements\side-menu\socialButtons.sass /^ .facebook$/;" function line:8
.google A:\Projects\StitchPics\app\elements\side-menu\socialButtons.sass /^ .google$/;" function line:14
.twitter A:\Projects\StitchPics\app\elements\side-menu\socialButtons.sass /^ .twitter$/;" function line:20
html A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^<html>$/;" function line:1
head A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^<head>$/;" function line:2
meta A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:3
title A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <title>Element Test<\/title>$/;" function line:4
script A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <script src="..\/..\/..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:7
link A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:8
script A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <script src="..\/..\/..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:9
script A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <script src="..\/..\/..\/bower_components\/test-fixture\/test-fixture-mocha.js"><\/script>$/;" function line:10
link A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <link rel="import" href="..\/..\/..\/bower_components\/test-fixture\/test-fixture.html">$/;" function line:11
link A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <link rel="import" href="..\/side-menu.html">$/;" function line:14
body A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^<body>$/;" function line:17
test A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <test-fixture id="basic">$/;" function line:18
template A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <template>$/;" function line:19
side A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <side-menu><\/side-menu>$/;" function line:20
script A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <script src="smoke.js"><\/script>$/;" function line:25
script A:\Projects\StitchPics\app\elements\side-menu\tests\test.html /^ <script src="element.js"><\/script>$/;" function line:26
ready A:\Projects\StitchPics\app\elements\stampy-router\element.js /^ ready(){$/;" function line:15
link A:\Projects\StitchPics\app\elements\stampy-router\stampy-router.html /^<link rel="import" href="..\/..\/bower_components\/polymer\/polymer.html">$/;" function line:1
dom A:\Projects\StitchPics\app\elements\stampy-router\stampy-router.html /^<dom-module id="stampy-router">$/;" function line:3
link A:\Projects\StitchPics\app\elements\stampy-router\stampy-router.html /^ <link rel="stylesheet" href="element.sass">$/;" function line:5
template A:\Projects\StitchPics\app\elements\stampy-router\stampy-router.html /^ <template>$/;" function line:7
content A:\Projects\StitchPics\app\elements\stampy-router\stampy-router.html /^ <content><\/content>$/;" function line:8
script A:\Projects\StitchPics\app\elements\stampy-router\stampy-router.html /^<script src="..\/..\/..\/bower_components\/page\/page.js"><\/script>$/;" function line:13
script A:\Projects\StitchPics\app\elements\stampy-router\stampy-router.html /^<script src="element.js"><\/script>$/;" function line:14
html A:\Projects\StitchPics\app\index.html /^<html lang="">$/;" function line:2
head A:\Projects\StitchPics\app\index.html /^<head>$/;" function line:4
meta A:\Projects\StitchPics\app\index.html /^ <meta charset="utf-8">$/;" function line:5
meta A:\Projects\StitchPics\app\index.html /^ <meta name="description" content="">$/;" function line:6
meta A:\Projects\StitchPics\app\index.html /^ <meta name="viewport" content="width=device-width, initial-scale=1">$/;" function line:7
title A:\Projects\StitchPics\app\index.html /^ <title>StitchPics<\/title>$/;" function line:8
meta A:\Projects\StitchPics\app\index.html /^ <meta name="theme-color" content="#835CDB">$/;" function line:12
meta A:\Projects\StitchPics\app\index.html /^ <meta name="msapplication-TileColor" content="#835CDB">$/;" function line:18
meta A:\Projects\StitchPics\app\index.html /^ <meta name="mobile-web-app-capable" content="yes">$/;" function line:21
meta A:\Projects\StitchPics\app\index.html /^ <meta name="application-name" content="StitchPics">$/;" function line:22
meta A:\Projects\StitchPics\app\index.html /^ <meta name="apple-mobile-web-app-capable" content="yes">$/;" function line:26
meta A:\Projects\StitchPics\app\index.html /^ <meta name="apple-mobile-web-app-status-bar-style" content="black">$/;" function line:27
meta A:\Projects\StitchPics\app\index.html /^ <meta name="apple-mobile-web-app-title" content="StitchPics">$/;" function line:28
link A:\Projects\StitchPics\app\index.html /^ <link rel="apple-touch-icon" href="images\/touch\/apple-touch-icon.png">$/;" function line:29
meta A:\Projects\StitchPics\app\index.html /^ <meta name="msapplication-TileImage" content="images\/touch\/ms-touch-icon-144x144-precomposed.png">$/;" function line:32
meta A:\Projects\StitchPics\app\index.html /^ <meta name="description" content="Stitchpics is your best way to turn any picture into a crossstitch pattern. No more tracing or drawing pictures by hand, in less than an minute you can have a picture ready for cross stitching.">$/;" function line:34
link A:\Projects\StitchPics\app\index.html /^ <link rel="stylesheet" href="styles\/app.sass">$/;" function line:40
script A:\Projects\StitchPics\app\index.html /^ <script src="..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:44
link A:\Projects\StitchPics\app\index.html /^ <link rel="import" href="elements\/elements.html">$/;" function line:47
body A:\Projects\StitchPics\app\index.html /^<body unresolved class="fullbleed layout vertical">$/;" function line:51
template A:\Projects\StitchPics\app\index.html /^ <template is="dom-bind" id="app">$/;" function line:52
paper A:\Projects\StitchPics\app\index.html /^ <paper-drawer-panel id="paperDrawerPanel">$/;" function line:53
paper A:\Projects\StitchPics\app\index.html /^ <paper-scroll-header-panel drawer fixed>$/;" function line:55
side A:\Projects\StitchPics\app\index.html /^ <side-menu on-menu-select="onMenuSelect"><\/side-menu>$/;" function line:57
paper A:\Projects\StitchPics\app\index.html /^ <paper-scroll-header-panel main condenses keep-condensed-header>$/;" function line:61
paper A:\Projects\StitchPics\app\index.html /^ <paper-toolbar id="mainToolbar" class="tall">$/;" function line:64
paper A:\Projects\StitchPics\app\index.html /^ <paper-icon-button id="paperToggle" icon="menu" paper-drawer-toggle><\/paper-icon-button>$/;" function line:65
span A:\Projects\StitchPics\app\index.html /^ <span class="flex"><\/span>$/;" function line:66
div A:\Projects\StitchPics\app\index.html /^ <div class="middle middle-container center horizontal layout">$/;" function line:69
div A:\Projects\StitchPics\app\index.html /^ <div class="app-name">StitchPics<\/div>$/;" function line:70
div A:\Projects\StitchPics\app\index.html /^ <div class="bottom bottom-container center horizontal layout">$/;" function line:74
div A:\Projects\StitchPics\app\index.html /^ <div class="bottom-title paper-font-subhead">Turn any picture into a cross stitch pattern<\/div>$/;" function line:75
div A:\Projects\StitchPics\app\index.html /^ <div class="content">$/;" function line:81
stampy A:\Projects\StitchPics\app\index.html /^ <stampy-router>$/;" function line:82
section A:\Projects\StitchPics\app\index.html /^ <section data-route="app" data-href="\/app\/:imageHash?\/:clothCount?\/:size?\/:colors?\/:packedOptions?">$/;" function line:83
section A:\Projects\StitchPics\app\index.html /^ <section data-route="faq" data-href="\/faq">$/;" function line:93
faq A:\Projects\StitchPics\app\index.html /^ <faq-page><\/faq-page>$/;" function line:94
script A:\Projects\StitchPics\app\index.html /^ <script src="scripts\/app.js"><\/script>$/;" function line:103
my A:\Projects\StitchPics\app\index.html /^ <my-analytics tracking-code="UA-65662485-1"><\/my-analytics>$/;" function line:106
app A:\Projects\StitchPics\app\scripts\app.js /^ var app = document.querySelector('#app');$/;" variable line:4
transformHeader A:\Projects\StitchPics\app\scripts\app.js /^ let transformHeader = function transformHeader(detail){$/;" function line:19
let A:\Projects\StitchPics\app\scripts\app.js /^ let transformHeader = function transformHeader(detail){$/;" function line:19
transformHeader A:\Projects\StitchPics\app\scripts\app.js /^ let transformHeader = function transformHeader(detail){$/;" function line:19
closeDrawerIfOpen A:\Projects\StitchPics\app\scripts\app.js /^ let closeDrawerIfOpen = function closeDrawerIfOpen(drawer){$/;" function line:39
closeDrawerIfOpen A:\Projects\StitchPics\app\scripts\app.js /^ let closeDrawerIfOpen = function closeDrawerIfOpen(drawer){$/;" function line:39
assignUrlParams A:\Projects\StitchPics\app\scripts\app.js /^ let assignUrlParams = function assignUrlParams(params){$/;" function line:45
assignUrlParams A:\Projects\StitchPics\app\scripts\app.js /^ let assignUrlParams = function assignUrlParams(params){$/;" function line:45
body A:\Projects\StitchPics\app\styles\app.sass /^body$/;" function line:2
#mainToolbar A:\Projects\StitchPics\app\styles\app.sass /^#mainToolbar$/;" function line:8
.bottom A:\Projects\StitchPics\app\styles\app.sass /^ .bottom$/;" function line:20
html A:\Projects\StitchPics\app\test.html /^<html>$/;" function line:2
head A:\Projects\StitchPics\app\test.html /^ <head>$/;" function line:4
meta A:\Projects\StitchPics\app\test.html /^ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">$/;" function line:5
title A:\Projects\StitchPics\app\test.html /^ <title>Elements Test Runner<\/title>$/;" function line:6
meta A:\Projects\StitchPics\app\test.html /^ <meta charset="UTF-8">$/;" function line:7
script A:\Projects\StitchPics\app\test.html /^ <script>$/;" function line:9
script A:\Projects\StitchPics\app\test.html /^ <script src="..\/bower_components\/webcomponentsjs\/webcomponents-lite.js"><\/script>$/;" function line:18
script A:\Projects\StitchPics\app\test.html /^ <script src="..\/bower_components\/web-component-tester\/browser.js"><\/script>$/;" function line:19
body A:\Projects\StitchPics\app\test.html /^ <body>$/;" function line:22
script A:\Projects\StitchPics\app\test.html /^ <script>$/;" function line:24
name A:\Projects\StitchPics\bower.json /^ "name": "StitchPics",$/;" function line:2
private A:\Projects\StitchPics\bower.json /^ "private": true,$/;" function line:3
dependencies A:\Projects\StitchPics\bower.json /^ "dependencies": {$/;" function line:4
FileSaver.js A:\Projects\StitchPics\bower.json /^ "FileSaver.js": "eligrey\/FileSaver.js",$/;" function line:5
RgbQuant.js A:\Projects\StitchPics\bower.json /^ "RgbQuant.js": "leeoniya\/RgbQuant.js",$/;" function line:6
canvas-toBlob.js A:\Projects\StitchPics\bower.json /^ "canvas-toBlob.js": "eligrey\/canvas-toBlob.js",$/;" function line:7
iron-elements A:\Projects\StitchPics\bower.json /^ "iron-elements": "PolymerElements\/iron-elements#1.0.3",$/;" function line:8
lodash A:\Projects\StitchPics\bower.json /^ "lodash": "~3.10.0",$/;" function line:9
marked-element A:\Projects\StitchPics\bower.json /^ "marked-element": "PolymerElements\/marked-element#~1.0.2",$/;" function line:10
nameThatColor A:\Projects\StitchPics\bower.json /^ "nameThatColor": "http:\/\/chir.ag\/projects\/ntc\/ntc.js",$/;" function line:11
neon-elements A:\Projects\StitchPics\bower.json /^ "neon-elements": "PolymerElements\/neon-elements#1.0.0",$/;" function line:12
operative A:\Projects\StitchPics\bower.json /^ "operative": "~0.4.4",$/;" function line:13
page A:\Projects\StitchPics\bower.json /^ "page": "visionmedia\/page.js#~1.6.3",$/;" function line:14
paper-elements A:\Projects\StitchPics\bower.json /^ "paper-elements": "PolymerElements\/paper-elements#1.0.4",$/;" function line:15
paper-menu-button A:\Projects\StitchPics\bower.json /^ "paper-menu-button": "PolymerElements\/paper-menu-button#~1.0.0",$/;" function line:16
platinum-elements A:\Projects\StitchPics\bower.json /^ "platinum-elements": "PolymerElements\/platinum-elements#1.1.0"$/;" function line:17
devDependencies A:\Projects\StitchPics\bower.json /^ "devDependencies": {$/;" function line:19
web-component-tester A:\Projects\StitchPics\bower.json /^ "web-component-tester": "*",$/;" function line:20
test-fixture A:\Projects\StitchPics\bower.json /^ "test-fixture": "PolymerElements\/test-fixture#^1.0.0"$/;" function line:21
$ A:\Projects\StitchPics\gulpfile.babel.js /^var $ = glp({$/;" variable line:16
PROD A:\Projects\StitchPics\gulpfile.babel.js /^var PROD = false;$/;" variable line:27
DEPLOY A:\Projects\StitchPics\gulpfile.babel.js /^var DEPLOY = false;$/;" variable line:28
const.outputStyle A:\Projects\StitchPics\gulpfile.babel.js /^ outputStyle: 'expanded',$/;" property line:32
const.includePaths A:\Projects\StitchPics\gulpfile.babel.js /^ includePaths: [$.nodeBourbon.includePaths, path.join('app', 'styles')]$/;" property line:33
const.cascade A:\Projects\StitchPics\gulpfile.babel.js /^ cascade: true,$/;" property line:37
const.remove A:\Projects\StitchPics\gulpfile.babel.js /^ remove: true,$/;" property line:38
const.browsers A:\Projects\StitchPics\gulpfile.babel.js /^ browsers: [$/;" property line:39
const.errorHandler A:\Projects\StitchPics\gulpfile.babel.js /^ errorHandler: $.notify.onError("Error: <%= error.message %>")$/;" property line:53
const.compact A:\Projects\StitchPics\gulpfile.babel.js /^ compact: false,$/;" property line:57
const.blacklist A:\Projects\StitchPics\gulpfile.babel.js /^ blacklist: [$/;" property line:58
const.bare A:\Projects\StitchPics\gulpfile.babel.js /^ bare: true$/;" property line:69
const.screw-ie8 A:\Projects\StitchPics\gulpfile.babel.js /^ 'screw-ie8': true,$/;" property line:73
const.compress A:\Projects\StitchPics\gulpfile.babel.js /^ compress: {$/;" property line:74
const.compilation_level A:\Projects\StitchPics\gulpfile.babel.js /^ compilation_level: 'SIMPLE_OPTIMIZATIONS'$/;" property line:83
const.ids A:\Projects\StitchPics\gulpfile.babel.js /^ ids: false,$/;" property line:87
const.box-sizing A:\Projects\StitchPics\gulpfile.babel.js /^ 'box-sizing': false,$/;" property line:88
const.fallback-colors A:\Projects\StitchPics\gulpfile.babel.js /^ 'fallback-colors': false,$/;" property line:89
const.compatible-vendor-prefixes A:\Projects\StitchPics\gulpfile.babel.js /^ 'compatible-vendor-prefixes': false$/;" property line:90
const.keepSpecialComments A:\Projects\StitchPics\gulpfile.babel.js /^ keepSpecialComments: 0$/;" property line:94
const.optimizationLevel A:\Projects\StitchPics\gulpfile.babel.js /^ optimizationLevel: 7,$/;" property line:98
const.progressive A:\Projects\StitchPics\gulpfile.babel.js /^ progressive: true,$/;" property line:99
const.multipass A:\Projects\StitchPics\gulpfile.babel.js /^ multipass: true,$/;" property line:100
const.use A:\Projects\StitchPics\gulpfile.babel.js /^ use: [$/;" property line:101
const.dest A:\Projects\StitchPics\gulpfile.babel.js /^ dest: 'build',$/;" property line:112
const.inlineCss A:\Projects\StitchPics\gulpfile.babel.js /^ inlineCss: true,$/;" property line:113
const.inlineScripts A:\Projects\StitchPics\gulpfile.babel.js /^ inlineScripts: true,$/;" property line:114
const.stripExcludes A:\Projects\StitchPics\gulpfile.babel.js /^ stripExcludes: false,$/;" property line:115
const.excludes A:\Projects\StitchPics\gulpfile.babel.js /^ excludes: [$/;" property line:116
const.css A:\Projects\StitchPics\gulpfile.babel.js /^ css: false, \/\/ Shit's broken yo$/;" property line:123
const.jsSelector A:\Projects\StitchPics\gulpfile.babel.js /^ jsSelector: 'script[type!="text\/markdown"]'$/;" property line:124
const.quotes A:\Projects\StitchPics\gulpfile.babel.js /^ quotes: true,$/;" property line:128
const.cdata A:\Projects\StitchPics\gulpfile.babel.js /^ cdata: true,$/;" property line:129
const.empty A:\Projects\StitchPics\gulpfile.babel.js /^ empty: true,$/;" property line:130
const.spare A:\Projects\StitchPics\gulpfile.babel.js /^ spare: true$/;" property line:131
compileCss A:\Projects\StitchPics\gulpfile.babel.js /^var compileCss = function compileCss(name, folder){$/;" function line:134
compileCss A:\Projects\StitchPics\gulpfile.babel.js /^var compileCss = function compileCss(name, folder){$/;" function line:134
compileJs A:\Projects\StitchPics\gulpfile.babel.js /^var compileJs = function compileJs(name, folder){$/;" function line:153
compileJs A:\Projects\StitchPics\gulpfile.babel.js /^var compileJs = function compileJs(name, folder){$/;" function line:153
getFolders A:\Projects\StitchPics\gulpfile.babel.js /^var getFolders = function getFolders(dir, rootDir = dir) {$/;" function line:279
getFolders A:\Projects\StitchPics\gulpfile.babel.js /^var getFolders = function getFolders(dir, rootDir = dir) {$/;" function line:279
onlyCompileChanged A:\Projects\StitchPics\gulpfile.babel.js /^var onlyCompileChanged = function onlyCompileChanged(folderArray, dir){$/;" function line:298
onlyCompileChanged A:\Projects\StitchPics\gulpfile.babel.js /^var onlyCompileChanged = function onlyCompileChanged(folderArray, dir){$/;" function line:298
buildUseminLoops A:\Projects\StitchPics\gulpfile.babel.js /^var buildUseminLoops = function buildUseminLoops(types, number){$/;" function line:333
buildUseminLoops A:\Projects\StitchPics\gulpfile.babel.js /^var buildUseminLoops = function buildUseminLoops(types, number){$/;" function line:333
private A:\Projects\StitchPics\package.json /^ "private": true,$/;" function line:2
license A:\Projects\StitchPics\package.json /^ "license": "UNLICENSED",$/;" function line:3
devDependencies A:\Projects\StitchPics\package.json /^ "devDependencies": {$/;" function line:4
babel A:\Projects\StitchPics\package.json /^ "babel": "^5.6.14",$/;" function line:5
babel-core A:\Projects\StitchPics\package.json /^ "babel-core": "^5.8.3",$/;" function line:6
browser-sync A:\Projects\StitchPics\package.json /^ "browser-sync": "^2.7.13",$/;" function line:7
csslint-stylish A:\Projects\StitchPics\package.json /^ "csslint-stylish": "0.0.1",$/;" function line:8
del A:\Projects\StitchPics\package.json /^ "del": "^1.2.0",$/;" function line:9
gulp A:\Projects\StitchPics\package.json /^ "gulp": "^3.9.0",$/;" function line:10
gulp-autoprefixer A:\Projects\StitchPics\package.json /^ "gulp-autoprefixer": "^2.3.1",$/;" function line:11
gulp-babel A:\Projects\StitchPics\package.json /^ "gulp-babel": "^5.1.0",$/;" function line:12
gulp-cached A:\Projects\StitchPics\package.json /^ "gulp-cached": "^1.1.0",$/;" function line:13
gulp-closure-compiler-service A:\Projects\StitchPics\package.json /^ "gulp-closure-compiler-service": "^0.5.0",$/;" function line:14
gulp-coffee A:\Projects\StitchPics\package.json /^ "gulp-coffee": "^2.3.1",$/;" function line:15
gulp-csslint A:\Projects\StitchPics\package.json /^ "gulp-csslint": "^0.1.5",$/;" function line:16
gulp-duration A:\Projects\StitchPics\package.json /^ "gulp-duration": "0.0.0",$/;" function line:17
gulp-gh-pages A:\Projects\StitchPics\package.json /^ "gulp-gh-pages": "^0.5.2",$/;" function line:18
gulp-html-autoprefixer A:\Projects\StitchPics\package.json /^ "gulp-html-autoprefixer": "0.0.1",$/;" function line:19
gulp-if A:\Projects\StitchPics\package.json /^ "gulp-if": "^1.2.5",$/;" function line:20
gulp-imagemin A:\Projects\StitchPics\package.json /^ "gulp-imagemin": "^2.3.0",$/;" function line:21
gulp-jshint A:\Projects\StitchPics\package.json /^ "gulp-jshint": "^1.11.2",$/;" function line:22
gulp-load-plugins A:\Projects\StitchPics\package.json /^ "gulp-load-plugins": "^1.0.0-rc.1",$/;" function line:23
gulp-minify-css A:\Projects\StitchPics\package.json /^ "gulp-minify-css": "^1.2.0",$/;" function line:24
gulp-minify-html A:\Projects\StitchPics\package.json /^ "gulp-minify-html": "^1.0.3",$/;" function line:25
gulp-minify-inline A:\Projects\StitchPics\package.json /^ "gulp-minify-inline": "^0.1.0",$/;" function line:26
gulp-notify A:\Projects\StitchPics\package.json /^ "gulp-notify": "^2.2.0",$/;" function line:27
gulp-plumber A:\Projects\StitchPics\package.json /^ "gulp-plumber": "^1.0.1",$/;" function line:28
gulp-remember A:\Projects\StitchPics\package.json /^ "gulp-remember": "^0.3.0",$/;" function line:29
gulp-sass A:\Projects\StitchPics\package.json /^ "gulp-sass": "^2.0.3",$/;" function line:30
gulp-size A:\Projects\StitchPics\package.json /^ "gulp-size": "^1.2.2",$/;" function line:31
gulp-sourcemaps A:\Projects\StitchPics\package.json /^ "gulp-sourcemaps": "^1.5.2",$/;" function line:32
gulp-strip-comments A:\Projects\StitchPics\package.json /^ "gulp-strip-comments": "^1.0.1",$/;" function line:33
gulp-uglify A:\Projects\StitchPics\package.json /^ "gulp-uglify": "git+https:\/\/github.com\/Klathmon\/gulp-uglify.git",$/;" function line:34
gulp-usemin A:\Projects\StitchPics\package.json /^ "gulp-usemin": "git+https:\/\/github.com\/zont\/gulp-usemin.git#f52d6094d02644a9c42acd4da954754089756423",$/;" function line:35
gulp-vulcanize A:\Projects\StitchPics\package.json /^ "gulp-vulcanize": "^6.0.1",$/;" function line:36
imagemin-mozjpeg A:\Projects\StitchPics\package.json /^ "imagemin-mozjpeg": "^5.1.0",$/;" function line:37
imagemin-pngcrush A:\Projects\StitchPics\package.json /^ "imagemin-pngcrush": "^4.1.0",$/;" function line:38
jshint-stylish A:\Projects\StitchPics\package.json /^ "jshint-stylish": "^2.0.1",$/;" function line:39
lodash A:\Projects\StitchPics\package.json /^ "lodash": "^3.10.0",$/;" function line:40
merge-stream A:\Projects\StitchPics\package.json /^ "merge-stream": "^1.0.0",$/;" function line:41
vulcanize A:\Projects\StitchPics\package.json /^ "vulcanize": ">= 1.4.2",$/;" function line:42
web-component-tester A:\Projects\StitchPics\package.json /^ "web-component-tester": "^3.3.10"$/;" function line:43
engines A:\Projects\StitchPics\package.json /^ "engines": {$/;" function line:45
node A:\Projects\StitchPics\package.json /^ "node": ">=0.10.0"$/;" function line:46
dependencies A:\Projects\StitchPics\package.json /^ "dependencies": {$/;" function line:48
image-q A:\Projects\StitchPics\package.json /^ "image-q": "^0.1.4",$/;" function line:49
node-bourbon A:\Projects\StitchPics\package.json /^ "node-bourbon": "^4.2.3"$/;" function line:50
root A:\Projects\StitchPics\wct.conf.json /^ "root": "build",$/;" function line:2
suites A:\Projects\StitchPics\wct.conf.json /^ "suites": ["test.html"],$/;" function line:3
testTimeout A:\Projects\StitchPics\wct.conf.json /^ "testTimeout": 100000,$/;" function line:4
plugins A:\Projects\StitchPics\wct.conf.json /^ "plugins": {$/;" function line:5
local A:\Projects\StitchPics\wct.conf.json /^ "local": {$/;" function line:6
browsers A:\Projects\StitchPics\wct.conf.json /^ "browsers": ["chrome", "firefox", "ie"]$/;" function line:7