Merge lp:~dholbach/ubuntu-html5-theme/fix-doc-typo into lp:ubuntu-html5-theme

Proposed by Daniel Holbach on 2015-01-14
Status: Merged
Approved by: Alexandre Abreu on 2015-01-14
Approved revision: 186
Merge reported by: David Barth
Merged at revision: not available
Proposed branch: lp:~dholbach/ubuntu-html5-theme/fix-doc-typo
Merge into: lp:ubuntu-html5-theme
Diff against target: 33 lines (+3/-3)
2 files modified
0.1/ambiance/js/core.js (+2/-2)
0.1/ambiance/js/popovers.js (+1/-1)
To merge this branch: bzr merge lp:~dholbach/ubuntu-html5-theme/fix-doc-typo
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing on 2015-01-14
Ubuntu HTML5 Theme Developers 2015-01-14 Pending
Review via email: mp+246425@code.launchpad.net

Commit Message

Fix a few small typos in the docs.

To post a comment you must log in.
186. By Daniel Holbach on 2015-01-14

sed -i 's/getElementByID/getElementById/g' ./0.1/ambiance/js/popovers.js (https://stackoverflow.com/questions/6409505/document-getelementbyid-is-not-a-function)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '0.1/ambiance/js/core.js'
2--- 0.1/ambiance/js/core.js 2014-03-18 00:01:30 +0000
3+++ 0.1/ambiance/js/core.js 2015-01-14 14:22:56 +0000
4@@ -304,7 +304,7 @@
5 /**
6 * Gets an Ubuntu Shape object
7 * @method shape
8- * @param {ID} id - The element's id attrubute
9+ * @param {ID} id - The element's id attribute
10 * @return {Shape} - The Shape with the specified id
11 */
12 shape: function (id) {
13@@ -334,7 +334,7 @@
14 /**
15 * Gets an Ubuntu Progress object
16 * @method progress
17- * @param {ID} id - The element's id attrubute
18+ * @param {ID} id - The element's id attribute
19 * @return {Progress} - The Progress with the specified id
20 */
21 progress: function (id) {
22
23=== modified file '0.1/ambiance/js/popovers.js'
24--- 0.1/ambiance/js/popovers.js 2014-01-27 18:42:31 +0000
25+++ 0.1/ambiance/js/popovers.js 2015-01-14 14:22:56 +0000
26@@ -50,7 +50,7 @@
27 </div>
28
29 Javascript:
30- var popBase = document.getElementByID("popoverBase");
31+ var popBase = document.getElementById("popoverBase");
32 var popover = UI.popover(popBase, "popover");
33 */
34

Subscribers

People subscribed via source and target branches