From ca2adc84ba6879592b04daf08452c2ffd65a5a18 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 18 Apr 2015 00:58:09 +0300 Subject: [PATCH] before port to png --- .../2-coding-style/code-style.svg | 15 +- .../2-coding-style/figure-bracket-style.svg | 6 +- 1-js/4-data-structures/3-string/article.md | 2 +- .../4-object/object-person-empty.svg | 1 - .../linked-list.svg | 4 - .../9-array-iteration/reduce.svg | 1 - .../6-memory-management/family-no-family.svg | 4 - .../family-no-father-2.svg | 2 - .../6-memory-management/family-no-father.svg | 3 - .../6-memory-management/family.svg | 5 - .../2-object-conversion/article.md | 2 +- .../1-prototype/proto-animal-rabbit.svg | 1 - .../native-prototypes-array-tostring.svg | 2 - .../native-prototypes-classes.svg | 7 - .../native-prototypes-object.svg | 2 - .../class-inheritance-array-object.svg | 2 - .../class-inheritance-rabbit-animal.svg | 2 - .../class-inheritance-rabbit-run-animal.svg | 2 - .../witch_greedy1.svg | 1 - .../witch_greedy2.svg | 1 - .../witch_greedy3.svg | 1 - .../witch_greedy4.svg | 1 - .../witch_greedy5.svg | 1 - .../witch_greedy6.svg | 1 - .../6-regexp-greedy-and-lazy/witch_lazy3.svg | 1 - .../6-regexp-greedy-and-lazy/witch_lazy4.svg | 1 - .../6-regexp-greedy-and-lazy/witch_lazy5.svg | 1 - .../6-regexp-greedy-and-lazy/witch_lazy6.svg | 2 - .../1-browser-environment/windowObjects.svg | 3 - 2-ui/1-document/12-multi-insert/article.md | 2 +- 2-ui/1-document/15-metrics/metric-all.svg | 16 - .../15-metrics/metric-client-left-top-rtl.svg | 4 - .../15-metrics/metric-client-left-top.svg | 4 - .../15-metrics/metric-client-width-height.svg | 8 - .../metric-client-width-nopadding.svg | 5 - 2-ui/1-document/15-metrics/metric-css.svg | 4 - .../15-metrics/metric-offset-parent.svg | 5 - .../15-metrics/metric-offset-width-height.svg | 8 - .../15-metrics/metric-scroll-top.svg | 4 - .../15-metrics/metric-scroll-width-height.svg | 4 - .../document-client-width-height.svg | 4 - 2-ui/1-document/17-coordinates/coords.svg | 8 - .../4-traversing-dom/dom-links-elements.svg | 4 - .../1-document/4-traversing-dom/dom-links.svg | 5 - .../4-event-bubbling/eventflow.svg | 391 +++++++++--------- .../5-xhr-crossdomain/xhr-another-domain.svg | 4 - 4-ajax/5-xhr-crossdomain/xhr-preflight.svg | 6 - 5-animation/1-bezier/bezier3-draw1.svg | 2 +- 5-animation/3-js-animation/back.svg | 2 - 5-animation/3-js-animation/bounce-inout.svg | 2 - 5-animation/3-js-animation/circ-ease.svg | 2 - 5-animation/3-js-animation/circ.svg | 2 - 5-animation/3-js-animation/elastic.svg | 2 - 5-animation/3-js-animation/linear.svg | 2 - 5-animation/3-js-animation/quad.svg | 2 - 5-animation/3-js-animation/quint.svg | 2 - 6-optimize/4-memory-leaks/leak-xhr-2.svg | 3 - 6-optimize/4-memory-leaks/leak-xhr.svg | 4 - 8-css-for-js/10-box-sizing/border-box.svg | 2 - figures.sketch | Bin 8953856 -> 9314304 bytes 60 files changed, 206 insertions(+), 384 deletions(-) diff --git a/1-js/3-writing-js/2-coding-style/code-style.svg b/1-js/3-writing-js/2-coding-style/code-style.svg index 46625d95..514a2b11 100644 --- a/1-js/3-writing-js/2-coding-style/code-style.svg +++ b/1-js/3-writing-js/2-coding-style/code-style.svg @@ -6,7 +6,7 @@ - + @@ -24,74 +24,61 @@ нет пробела - Отступ 2 пробела - Пробел после for - } else { без перевода строки - Пробелы вокруг вложенного вызова - Пустая строка между логическими блоками - Длина строки не более 80 символов - точка с запятой ; обязательна - Пробелы вокруг операторов - Фигурная скобка { на той же строке, через пробел - - Пробел между параметрами - Пробел между параметрами - \ No newline at end of file diff --git a/1-js/3-writing-js/2-coding-style/figure-bracket-style.svg b/1-js/3-writing-js/2-coding-style/figure-bracket-style.svg index b388bce6..ac0cddec 100644 --- a/1-js/3-writing-js/2-coding-style/figure-bracket-style.svg +++ b/1-js/3-writing-js/2-coding-style/figure-bracket-style.svg @@ -6,7 +6,7 @@ - + Плохо! Фигурные скобки не имеют смысла @@ -25,8 +25,8 @@ - - + + \ No newline at end of file diff --git a/1-js/4-data-structures/3-string/article.md b/1-js/4-data-structures/3-string/article.md index e3ca4447..2b77aaa6 100644 --- a/1-js/4-data-structures/3-string/article.md +++ b/1-js/4-data-structures/3-string/article.md @@ -525,7 +525,7 @@ alert( str.localeCompare("Яблони") ); // -1