From c7a36e5b41574fa8466aa983607436e375fae76e Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Sun, 1 Jun 2014 16:01:18 +0200 Subject: [PATCH 01/10] parse / toJSON applied inconsistent #111 --- .idea/codeStyleSettings.xml | 21 + SpecRunner.html | 1 + backbone.dualstorage.coffee | 21 +- backbone.dualstorage.js | 20 +- spec/backbone.dualstorage.js | 784 ++++++++++++++++++----------------- spec/localsync_spec.coffee | 2 +- spec/localsync_spec.js | 2 +- spec/parse_specs.coffee | 135 ++++++ 8 files changed, 579 insertions(+), 407 deletions(-) create mode 100644 .idea/codeStyleSettings.xml create mode 100644 spec/parse_specs.coffee diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 0000000..d698db9 --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/SpecRunner.html b/SpecRunner.html index 1b59341..cca54e1 100644 --- a/SpecRunner.html +++ b/SpecRunner.html @@ -23,6 +23,7 @@ +