From 6d1569a58e0d08b7bac1211488baf39639512ad0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 8 Jan 2013 11:30:44 -0500 Subject: [PATCH 01/17] Brand: BlackBerry --- vanilla/index.html | 2 +- vanilla/js/iDB.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vanilla/index.html b/vanilla/index.html index a316196..ff337ef 100644 --- a/vanilla/index.html +++ b/vanilla/index.html @@ -12,7 +12,7 @@ - + diff --git a/vanilla/js/iDB.js b/vanilla/js/iDB.js index b3fca03..e33ee83 100644 --- a/vanilla/js/iDB.js +++ b/vanilla/js/iDB.js @@ -3,7 +3,7 @@ var CoreMobCameraiDB = (function(){ var db; // Supported without prefix: IE10 - // Supported with Prefix: Chrome, Blackberry10 and Firefox Mobile 15 + // Supported with Prefix: Chrome, BlackBerry10 and Firefox Mobile 15 // Unsupported: Opera Mobile, iOS6 Safari window.indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB; From 57bbc9d8a69f86a4a9630c5ade32f7783f7b0103 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 8 Jan 2013 11:34:13 -0500 Subject: [PATCH 02/17] Brand: Remove evroneCrop related class as it's unused --- vanilla/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/vanilla/css/style.css b/vanilla/css/style.css index 5b8c6bb..9e0805e 100644 --- a/vanilla/css/style.css +++ b/vanilla/css/style.css @@ -281,9 +281,6 @@ h2.label { margin-top: -100px; z-index: 10; } -.evroneCropCanvas { - cursor: move; -} /* Gallery Thumbnails */ From 03b861c6ca24ef7ed47d90d9b69e88f40a54c9ba Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 8 Jan 2013 11:46:55 -0500 Subject: [PATCH 03/17] Brand: WebKit --- vanilla/css/swiper.css | 2 +- vanilla/js/swiper-1.7.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vanilla/css/swiper.css b/vanilla/css/swiper.css index 3ec8f7a..d5d73d0 100644 --- a/vanilla/css/swiper.css +++ b/vanilla/css/swiper.css @@ -23,7 +23,7 @@ -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden; - /* Fix of Webkit flickering */ + /* Fix of WebKit flickering */ z-index:1; } .swiper-wrapper { diff --git a/vanilla/js/swiper-1.7.js b/vanilla/js/swiper-1.7.js index 0719702..76db929 100644 --- a/vanilla/js/swiper-1.7.js +++ b/vanilla/js/swiper-1.7.js @@ -942,7 +942,7 @@ Swiper.prototype = { if("MsPerspective" in div.style) s3d=true; if("perspective" in div.style) s3d=true; - /* Test with Media query for Webkit to prevent FALSE positive*/ + /* Test with Media query for WebKit to prevent FALSE positive*/ if(s3d && ("webkitPerspective" in div.style) ) { var st = document.createElement('style'); st.textContent = '@media (-webkit-transform-3d), (transform-3d), (-moz-transform-3d), (-o-transform-3d), (-ms-transform-3d) {#test3d{height:5px}}' From 0d9801bf999ec2cfb4393e7ae607637c5a372ec9 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 8 Jan 2013 11:31:58 -0500 Subject: [PATCH 04/17] Grammar: lists should include a comma before 'etc.' --- vanilla/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/index.html b/vanilla/index.html index ff337ef..67088ef 100644 --- a/vanilla/index.html +++ b/vanilla/index.html @@ -12,7 +12,7 @@ - + From 84c1f95ccd7c66d4f1afc448a75964852bd310ca Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 8 Jan 2013 11:26:45 -0500 Subject: [PATCH 05/17] Spelling: API --- vanilla/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/js/main.js b/vanilla/js/main.js index bce0ef0..6d22c34 100644 --- a/vanilla/js/main.js +++ b/vanilla/js/main.js @@ -107,7 +107,7 @@ var CoreMobCamera = (function() { // View a photo in carousel document.getElementById('thumbnails').addEventListener('click', viewSinglePhoto, false); - // Temp - remove later and use the history api for the back button nav + // Temp - remove later and use the history API for the back button nav document.getElementById('dismissSingleView').addEventListener('click', function(e){ showUI(sectionMain); hideUI(sectionSingleView); From c7d5d697e01adfdd40ba6f87047c1d1b2a3fb2c2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 8 Jan 2013 11:28:24 -0500 Subject: [PATCH 06/17] Spelling: container --- vanilla/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/index.html b/vanilla/index.html index 67088ef..b9b7f80 100644 --- a/vanilla/index.html +++ b/vanilla/index.html @@ -75,7 +75,7 @@

CoreMob Camera