Skip to content

Commit

Permalink
Fix typos: Javascript -> JavaScript (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester authored and dylans committed Mar 9, 2017
1 parent ca79ac8 commit f9124c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dijit/_AttachMixin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For example, here is a working sample of the above example:
data-dojo-attach-event="click: clicked">Click me</span><br>
<input data-dojo-attach-point="field"></div>
Javascript to declare a dijit using _AttachMixin.
JavaScript to declare a dijit using _AttachMixin.

.. js ::
Expand Down
2 changes: 1 addition & 1 deletion dojox/mobile/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ See :ref:`dojox/mobile/deviceTheme <dojox/mobile/deviceTheme>` for details.
Address bar hiding does not work in Safari on iOS 7. What's going on?
---------------------------------------------------------------------

This is a consequence of the new behavior of Safari in iOS 7: it is no longer possible to force in Javascript the hiding of the address bar.
This is a consequence of the new behavior of Safari in iOS 7: it is no longer possible to force in JavaScript the hiding of the address bar.

Why scrolling is fast and smooth on some devices/browsers but not on all?
-------------------------------------------------------------------------
Expand Down

0 comments on commit f9124c7

Please sign in to comment.