You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/19 03:38:43 UTC

[6/6] git commit: cb-6724changed style detail on documentation

cb-6724changed style detail on documentation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/3086907f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/3086907f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/3086907f

Branch: refs/heads/master
Commit: 3086907f8a99c38b3336ce6805bc9fe2ef61969b
Parents: 76f3357
Author: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Authored: Mon Aug 18 13:38:29 2014 -0400
Committer: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Committed: Mon Aug 18 13:38:29 2014 -0400

----------------------------------------------------------------------
 tests/tests.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/3086907f/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index 8c0b97a..f908f0c 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -3159,13 +3159,11 @@ exports.defineManualTests = function (contentEl, createActionButton) {
     div.appendChild(document.createTextNode('For each test above, file or directory should be successfully found. ' +
         'Status box should say Resolving URL was Success. The first URL resolved is the internal URL. ' +
         'The second URL resolved is the absolute URL. Blue URLs must match.'));
-    div.setAttribute("align", "center");
     contentEl.appendChild(div);
 
     div = document.createElement('h3');
     div.appendChild(document.createTextNode('For Test private URL (iOS), the private URL (first blue URL in status box) ' +
         'should be successfully resolved. Status box should say Successfully resolved. Both blue URLs below ' +
         'that should match.'));
-    div.setAttribute("align", "center");
     contentEl.appendChild(div);
 };