Skip to content

Commit cc9301f

Browse files
committed
roll v1.1.2
1 parent d581d5d commit cc9301f

11 files changed

+956
-848
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
44
* Alasdair Mercer <[email protected]>
5+
* Alexandre Perrin <[email protected]>

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 1.1.2, 2014.04.27
2+
3+
* [#20](https://github.com/neocotic/qr.js/issues/20): Fix "too many open files" bug
4+
15
## Version 1.1.1, 2013.12.03
26

37
* Fix bug with IIFE

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2013 Alasdair Mercer, http://neocotic.com
1+
Copyright (C) 2014 Alasdair Mercer, http://neocotic.com
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ This is really just intended for use within a browser.
247247
The current version of `qr`.
248248

249249
``` javascript
250-
console.log(qr.VERSION); // "1.1.1"
250+
console.log(qr.VERSION); // "1.1.2"
251251
```
252252

253253
## Canvas Support

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qr-js",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "qr.min.js",
55
"ignore": [
66
"**/.*",

docs/docco.css

+68-62
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,17 @@ b, strong {
5151
font-family: "aller-bold";
5252
}
5353

54-
p, ul, ol {
54+
p {
5555
margin: 15px 0 0px;
5656
}
57+
.annotation ul, .annotation ol {
58+
margin: 25px 0;
59+
}
60+
.annotation ul li, .annotation ol li {
61+
font-size: 14px;
62+
line-height: 18px;
63+
margin: 10px 0;
64+
}
5765

5866
h1, h2, h3, h4, h5, h6 {
5967
color: #112233;
@@ -70,7 +78,7 @@ h1 {
7078

7179
hr {
7280
border: 0;
73-
background: 1px solid #ddd;
81+
background: 1px #ddd;
7482
height: 1px;
7583
margin: 20px 0;
7684
}
@@ -205,7 +213,6 @@ ul.sections > li > div {
205213
}
206214

207215
ul.sections > li > div.content {
208-
background: #f5f5ff;
209216
overflow-x:auto;
210217
-webkit-box-shadow: inset 0 0 5px #e5e5ee;
211218
box-shadow: inset 0 0 5px #e5e5ee;
@@ -306,7 +313,6 @@ ul.sections > li > div {
306313
ul.sections > li > div.content {
307314
padding: 13px;
308315
vertical-align: top;
309-
background: #f5f5ff;
310316
border: none;
311317
-webkit-box-shadow: none;
312318
box-shadow: none;
@@ -376,125 +382,125 @@ pre code {
376382
background: #f8f8ff
377383
}
378384

379-
pre .comment,
380-
pre .template_comment,
381-
pre .diff .header,
382-
pre .javadoc {
385+
pre .hljs-comment,
386+
pre .hljs-template_comment,
387+
pre .hljs-diff .hljs-header,
388+
pre .hljs-javadoc {
383389
color: #408080;
384390
font-style: italic
385391
}
386392

387-
pre .keyword,
388-
pre .assignment,
389-
pre .literal,
390-
pre .css .rule .keyword,
391-
pre .winutils,
392-
pre .javascript .title,
393-
pre .lisp .title,
394-
pre .subst {
393+
pre .hljs-keyword,
394+
pre .hljs-assignment,
395+
pre .hljs-literal,
396+
pre .hljs-css .hljs-rule .hljs-keyword,
397+
pre .hljs-winutils,
398+
pre .hljs-javascript .hljs-title,
399+
pre .hljs-lisp .hljs-title,
400+
pre .hljs-subst {
395401
color: #954121;
396402
/*font-weight: bold*/
397403
}
398404

399-
pre .number,
400-
pre .hexcolor {
405+
pre .hljs-number,
406+
pre .hljs-hexcolor {
401407
color: #40a070
402408
}
403409

404-
pre .string,
405-
pre .tag .value,
406-
pre .phpdoc,
407-
pre .tex .formula {
410+
pre .hljs-string,
411+
pre .hljs-tag .hljs-value,
412+
pre .hljs-phpdoc,
413+
pre .hljs-tex .hljs-formula {
408414
color: #219161;
409415
}
410416

411-
pre .title,
412-
pre .id {
417+
pre .hljs-title,
418+
pre .hljs-id {
413419
color: #19469D;
414420
}
415-
pre .params {
421+
pre .hljs-params {
416422
color: #00F;
417423
}
418424

419-
pre .javascript .title,
420-
pre .lisp .title,
421-
pre .subst {
425+
pre .hljs-javascript .hljs-title,
426+
pre .hljs-lisp .hljs-title,
427+
pre .hljs-subst {
422428
font-weight: normal
423429
}
424430

425-
pre .class .title,
426-
pre .haskell .label,
427-
pre .tex .command {
431+
pre .hljs-class .hljs-title,
432+
pre .hljs-haskell .hljs-label,
433+
pre .hljs-tex .hljs-command {
428434
color: #458;
429435
font-weight: bold
430436
}
431437

432-
pre .tag,
433-
pre .tag .title,
434-
pre .rules .property,
435-
pre .django .tag .keyword {
438+
pre .hljs-tag,
439+
pre .hljs-tag .hljs-title,
440+
pre .hljs-rules .hljs-property,
441+
pre .hljs-django .hljs-tag .hljs-keyword {
436442
color: #000080;
437443
font-weight: normal
438444
}
439445

440-
pre .attribute,
441-
pre .variable,
442-
pre .instancevar,
443-
pre .lisp .body {
446+
pre .hljs-attribute,
447+
pre .hljs-variable,
448+
pre .hljs-instancevar,
449+
pre .hljs-lisp .hljs-body {
444450
color: #008080
445451
}
446452

447-
pre .regexp {
453+
pre .hljs-regexp {
448454
color: #B68
449455
}
450456

451-
pre .class {
457+
pre .hljs-class {
452458
color: #458;
453459
font-weight: bold
454460
}
455461

456-
pre .symbol,
457-
pre .ruby .symbol .string,
458-
pre .ruby .symbol .keyword,
459-
pre .ruby .symbol .keymethods,
460-
pre .lisp .keyword,
461-
pre .tex .special,
462-
pre .input_number {
462+
pre .hljs-symbol,
463+
pre .hljs-ruby .hljs-symbol .hljs-string,
464+
pre .hljs-ruby .hljs-symbol .hljs-keyword,
465+
pre .hljs-ruby .hljs-symbol .hljs-keymethods,
466+
pre .hljs-lisp .hljs-keyword,
467+
pre .hljs-tex .hljs-special,
468+
pre .hljs-input_number {
463469
color: #990073
464470
}
465471

466-
pre .builtin,
467-
pre .constructor,
468-
pre .built_in,
469-
pre .lisp .title {
472+
pre .hljs-builtin,
473+
pre .hljs-constructor,
474+
pre .hljs-built_in,
475+
pre .hljs-lisp .hljs-title {
470476
color: #0086b3
471477
}
472478

473-
pre .preprocessor,
474-
pre .pi,
475-
pre .doctype,
476-
pre .shebang,
477-
pre .cdata {
479+
pre .hljs-preprocessor,
480+
pre .hljs-pi,
481+
pre .hljs-doctype,
482+
pre .hljs-shebang,
483+
pre .hljs-cdata {
478484
color: #999;
479485
font-weight: bold
480486
}
481487

482-
pre .deletion {
488+
pre .hljs-deletion {
483489
background: #fdd
484490
}
485491

486-
pre .addition {
492+
pre .hljs-addition {
487493
background: #dfd
488494
}
489495

490-
pre .diff .change {
496+
pre .hljs-diff .hljs-change {
491497
background: #0086b3
492498
}
493499

494-
pre .chunk {
500+
pre .hljs-chunk {
495501
color: #aaa
496502
}
497503

498-
pre .tex .formula {
504+
pre .hljs-tex .hljs-formula {
499505
opacity: 0.5;
500506
}

0 commit comments

Comments
 (0)