You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/08/26 16:46:08 UTC

spec commit: rename buttons, replace tabs with spaces

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 86b6dca95 -> 9c5c9dc45


rename buttons, replace tabs with spaces


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/9c5c9dc4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/9c5c9dc4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/9c5c9dc4

Branch: refs/heads/master
Commit: 9c5c9dc45666a943048ca8415192ef73736a4c8d
Parents: 86b6dca
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue Aug 26 10:44:49 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Aug 26 10:44:49 2014 -0400

----------------------------------------------------------------------
 www/autotest/tests/whitelist.tests.js | 4 ++--
 www/index.html                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/9c5c9dc4/www/autotest/tests/whitelist.tests.js
----------------------------------------------------------------------
diff --git a/www/autotest/tests/whitelist.tests.js b/www/autotest/tests/whitelist.tests.js
index fde24cc..2790d52 100644
--- a/www/autotest/tests/whitelist.tests.js
+++ b/www/autotest/tests/whitelist.tests.js
@@ -20,9 +20,9 @@
 */
 
 describe('Whitelist API (cordova.whitelist)', function () {
-	it("should exist", function() {
+    it("should exist", function() {
         expect(cordova.whitelist).toBeDefined();
-	});
+    });
 
     describe("Match function", function() {
         function expectMatchWithResult(result) {

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/9c5c9dc4/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index aa57ae8..6e6d119 100644
--- a/www/index.html
+++ b/www/index.html
@@ -41,8 +41,8 @@ UUID: <span id="uuid">  </span>
 Model: <span id="model"> </span>
 Width: <span id="width">  </span>,   Height: <span id="height"></span>, Color Depth: <span id="colorDepth"></span>
 User-Agent: <span id="user-agent"> </span></div>
-    <a href="cdvtests/index.html#?showBack" class="btn large">New-Style Tests</a>
-    <a href="autotest/index.html" class="btn large">Automatic Test</a>
+    <a href="cdvtests/index.html#?showBack" class="btn large">Plugin Tests (Automatic and Manual)</a>
+    <a href="autotest/index.html" class="btn large">Non-plugin Automatic Tests</a>
     <a href="battery/index.html" class="btn large">Battery</a>
     <a href="benchmarks/index.html" class="btn large">Benchmarks</a>
     <a href="events/index.html" class="btn large">Events</a>