Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63660C07D for ; Tue, 1 Oct 2013 03:52:36 +0000 (UTC) Received: (qmail 83580 invoked by uid 500); 1 Oct 2013 03:52:34 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 83438 invoked by uid 500); 1 Oct 2013 03:52:31 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 83316 invoked by uid 99); 1 Oct 2013 03:52:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 03:52:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 03:52:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D05CE2388C3D; Tue, 1 Oct 2013 03:51:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1527862 [11/18] - in /cordova/site/public/docs: de/edge/ en/1.5.0/ en/1.6.0/ en/1.6.1/ en/1.7.0/ en/1.8.0/ en/1.8.1/ en/1.9.0/ en/2.0.0/ en/2.1.0/ en/2.2.0/ en/2.3.0/ en/2.4.0/ en/2.5.0/ en/2.6.0/ en/2.7.0/ en/2.8.0/ en/2.9.0/ en/3.0.0/ en... Date: Tue, 01 Oct 2013 03:50:07 -0000 To: commits@cordova.apache.org From: marcelk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131001035120.D05CE2388C3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: cordova/site/public/docs/en/edge/cordova_device_device.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_device_device.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/cordova_device_device.md.html (original) +++ cordova/site/public/docs/en/edge/cordova_device_device.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + + + + + + + + + Modified: cordova/site/public/docs/en/edge/cordova_events_events.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_events_events.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/cordova_events_events.md.html (original) +++ cordova/site/public/docs/en/edge/cordova_events_events.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -267,14 +268,18 @@ File System Quick Example Use the CLI's plugin command, described in The Command-line Interface, to add or remove this feature for a project:

-
    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
-    $ cordova plugin rm org.apache.cordova.core.file
+
    $ cordova plugin add org.apache.cordova.file
+    $ cordova plugin ls
+    [ 'org.apache.cordova.file' ]
+    $ cordova plugin rm org.apache.cordova.file
 

To use the file-transfer plugin you must add that separately.

-
    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
-    $ cordova plugin rm org.apache.cordova.core.file-transfer
+
    $ cordova plugin add org.apache.cordova.file-transfer
+    $ cordova plugin ls
+    [ 'org.apache.cordova.file-transfer' ]
+    $ cordova plugin rm org.apache.cordova.file-transfer
 

These commands apply to all targeted platforms, but modify the Modified: cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html (original) +++ cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -238,8 +239,10 @@ var globalization = navigator.globalizat Use the CLI's plugin command, described in The Command-line Interface, to add or remove this feature for a project:

-
    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git
-    $ cordova plugin rm org.apache.cordova.core.globalization
+
    $ cordova plugin add org.apache.cordova.globalization
+    $ cordova plugin ls
+    [ 'org.apache.cordova.globalization' ]
+    $ cordova plugin rm org.apache.cordova.globalization
 

These commands apply to all targeted platforms, but modify the Modified: cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html (original) +++ cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -276,8 +277,10 @@ var capture = navigator.device.capture; Use the CLI's plugin command, described in The Command-line Interface, to add or remove this feature for a project:

-
    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git
-    $ cordova plugin rm org.apache.cordova.core.media-capture
+
    $ cordova plugin add org.apache.cordova.media-capture
+    $ cordova plugin ls
+    [ 'org.apache.cordova.media-capture' ]
+    $ cordova plugin rm org.apache.cordova.media-capture
 

These commands apply to all targeted platforms, but modify the Modified: cordova/site/public/docs/en/edge/cordova_media_media.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_media_media.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/cordova_media_media.md.html (original) +++ cordova/site/public/docs/en/edge/cordova_media_media.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -173,10 +174,13 @@ Use the CLI's plugin command, described in The Command-line Interface, to add or remove this feature for a project:

-
    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git
-    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
-    $ cordova plugin rm org.apache.cordova.core.dialogs
-    $ cordova plugin rm org.apache.cordova.core.vibration
+
    $ cordova plugin add org.apache.cordova.dialogs
+    $ cordova plugin add org.apache.cordova.vibration
+    $ cordova plugin ls
+    [ 'org.apache.cordova.dialogs',
+      'org.apache.cordova.vibration' ]
+    $ cordova plugin rm org.apache.cordova.dialogs
+    $ cordova plugin rm org.apache.cordova.vibration
 

These commands apply to all targeted platforms, but modify the Modified: cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html (original) +++ cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -78,7 +79,7 @@ - + @@ -187,35 +188,47 @@ with the element <access origin

-BlackBerry +BlackBerry 10

Details

-

The whitelisting rules are found in www/config.xml and declared with the element <access uri="..." />.

+

The whitelisting rules are found in www/config.xml and declared with +the element <access origin="..." />.

-

For a complete reference, see the BlackBerry WebWorks Access Element documentation.

+

BlackBerry 10 handles wildcards differently than other platforms in two ways:

+ +

1) Content accessed by XMLHttpRequest must be declared explicity. origin="*" will + not be respected for this use case. Alternatively, all web security may be + disabled using a preference.

+ +

2) subdomains="true" may be used in place of "*.domain"

Syntax

Access to google.com:

-
<access uri="http://google.com" subdomains="false" />
+
<access origin="http://google.com" subdomains="false" />
 

Access to maps.google.com:

-
<access uri="http://maps.google.com" subdomains="false" />
+
<access origin="http://maps.google.com" subdomains="false" />
 

Access to all the subdomains on google.com:

-
<access uri="http://google.com" subdomains="true" />
+
<access origin="http://google.com" subdomains="true" />
 

Access to all domains, including file:// protocol:

-
<access uri="*" subdomains="true" />
+
<access origin="*" subdomains="true" />
+
+ +

Disable all web security:

+ +
<preference name="websecurity" value="disable" />
 

Modified: cordova/site/public/docs/en/edge/guide_cli_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_cli_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_cli_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_cli_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -242,6 +243,7 @@ CLI's shorthand stubs.)

wp8 (Windows
Phone 8) win8
(Windows 8) + firefoxos tizen Modified: cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -146,6 +148,22 @@ of command-line tools that precede the < version of the CLI.

+Upgrading to 3.1.0 from 3.0.0 +

+ +

For projects that were created with the cordova CLI:

+ +
    +
  1. Update the cordova CLI version - see The Command-line Interface
  2. +
  3. Run cordova platform update android +
  4. +
+

For projects not created with the cordova CLI, run:

+ +
    +
  1. bin/update <project_path>
  2. +
+

Upgrade to the CLI (3.0.0) from 2.9.0

Modified: cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -213,6 +214,44 @@ the default behaviour for Android apps.<
<preference name="KeyboardShrinksView" value="true"/>
 
+
  • +

    GapBetweenPages (float, defaults to 0): The size of the gap, in points, between pages.

    + +
    <preference name="GapBetweenPages" value="0"/>
    +
    +
  • +
  • +

    PageLength (float, defaults to 0): The size of each page, in points, in the +direction that the pages flow. When PaginationMode is right to left or left to right, +this property represents the width of each page. When PaginationMode is topToBottom +or bottomToTop, this property represents the height of each page. The default value +is 0, which means the layout uses the size of the viewport to determine the dimensions +of the page.

    + +
    <preference name="PageLength" value="0"/>
    +
    +
  • +
  • +

    PaginationBreakingMode (string, defaults to page): Valid values are page and +column.The manner in which column- or page-breaking occurs. This property +determines whether certain CSS properties regarding column- and page-breaking are +honored or ignored. When this property is set to column, the content respects +the CSS properties related to column-breaking in place of page-breaking.

    + +
    <preference name="PaginationBreakingMode" value="page"/>
    +
    +
  • +
  • +

    PaginationMode (string, defaults to unpaginated): Valid values are unpaginated, +leftToRight, topToBottom, bottomToTop, and rightToLeft. This property determines +whether content in the web view is broken up into pages that fill the view one screen +at a time, or shown as one long scrolling view. If set to a paginated form, this +property toggles a paginated layout on the content, causing the web view to use the +values of PageLength and GapBetweenPages to relayout its content.

    + +
    <preference name="PaginationMode" value="unpaginated"/>
    +
    +
  • Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -74,6 +75,7 @@

    Upgrading iOS

    + Modified: cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -74,6 +75,7 @@

    Upgrading Windows 8

    @@ -123,6 +125,12 @@ of command-line tools that precede the < version of the CLI.

    +Upgrade to 3.1.0 +

    + +

    Cordova CLI support for Windows 8 was introduced in Cordova 3.1.0. To upgrade, we suggest creating a new Cordova CLI project and moving over all necessary assets.

    + +

    Upgrade to 2.9.0 from 2.8.0

    Modified: cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html (original) +++ cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + @@ -146,6 +148,21 @@ the CLI. The following section shows ho projects.

    +Upgrade to 3.1.0 from 3.0.0 +

    + +

    For projects that were created with the cordova CLI:

    + +
      +
    1. Update the cordova CLI version - see The Command-line Interface
    2. +
    3. Run cordova platform update wp8 (or wp7, per the platforms you added to your project).
    4. +
    +

    For projects not created with the cordova CLI, run:

    + +
      +
    1. bin\update <project_path>
    2. +
    +

    Upgrade to the CLI (3.0.0) from 2.9.0

    Modified: cordova/site/public/docs/en/edge/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/index.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/index.html (original) +++ cordova/site/public/docs/en/edge/index.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ + Modified: cordova/site/public/docs/en/edge/plugin_ref_spec.md.html URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/plugin_ref_spec.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff ============================================================================== --- cordova/site/public/docs/en/edge/plugin_ref_spec.md.html (original) +++ cordova/site/public/docs/en/edge/plugin_ref_spec.md.html Tue Oct 1 03:49:39 2013 @@ -33,6 +33,7 @@ +