Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Grammar and spell check #900

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/af.actionsheet.js
Expand Up @@ -7,7 +7,7 @@

$(document.body).actionsheet('<a >Back</a><a onclick="alert(\'hi\');" >Show Alert 3</a><a onclick="alert(\'goodbye\');">Show Alert 4</a>');

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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down