From 554ae0610df9cc83c8cc7ae05d9dc7079a2c4726 Mon Sep 17 00:00:00 2001 From: oldgeeksguide Date: Fri, 30 Oct 2015 15:14:01 -0700 Subject: [PATCH 1/2] minor spelling corrections --- src/af.actionsheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/af.actionsheet.js b/src/af.actionsheet.js index 2e707c466..b77676dce 100644 --- a/src/af.actionsheet.js +++ b/src/af.actionsheet.js @@ -7,7 +7,7 @@ $(document.body).actionsheet('BackShow Alert 3Show Alert 4'); - You can also use an arra of objects to show each item. There are three propertyes + You can also use an array of objects to show each item. There are three properties text - the text to display cssClasses - extra css classes handler - click handler function From 9234c46544a20da942f525fef202bb063f14e424 Mon Sep 17 00:00:00 2001 From: oldgeeksguide Date: Fri, 30 Oct 2015 15:14:38 -0700 Subject: [PATCH 2/2] minor grammar fix --- src/af.desktopBrowsers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/af.desktopBrowsers.js b/src/af.desktopBrowsers.js index 19f5fb12f..7396a969c 100755 --- a/src/af.desktopBrowsers.js +++ b/src/af.desktopBrowsers.js @@ -1,6 +1,6 @@ /** * desktopBrowsers contributed by Carlos Ouro @ Badoo - * translates desktop browsers events to touch events and prevents defaults + * translates desktop browser events to touch events and prevents defaults * It can be used independently in other apps but it is required for using the touchLayer in the desktop * * @param {Function} $ The appframework selector function