Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Correct typo #13844

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
node;

var head = window.document.getElementsByTagName('head')[0];
// create an style element to replace the one loaded with <link>
// create a style element to replace the one loaded with <link>
var s = window.document.createElement('style');
s.type = 'text/css';
s.appendChild(window.document.createTextNode(msg.params.text));
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/default/MDNDocs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ subject to and limited by the following restrictions:
"French translation of the Work by Original Author," or "Screenplay
based on original Work by Original Author"). The credit required by
this Section 4 (b) may be implemented in any reasonable manner;
provided, however, that in the case of a Adaptation or Collection, at
provided, however, that in the case of an Adaptation or Collection, at
a minimum such credit will appear, if a credit for all contributing
authors of the Adaptation or Collection appears, then as part of these
credits and in a manner at least as prominent as the credits for the
Expand Down
2 changes: 1 addition & 1 deletion test/perf/OpenFile-perf-files/jquery.mobile-1.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -2747,7 +2747,7 @@ $.mobile.transitionFallbacks = {};
setTimeout( setLastScroll, 100 );
};

// disable an scroll setting when a hashchange has been fired, this only works
// disable a scroll setting when a hashchange has been fired, this only works
// because the recording of the scroll position is delayed for 100ms after
// the browser might have changed the position because of the hashchange
$window.bind( $.support.pushState ? "popstate" : "hashchange", function() {
Expand Down