Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Adding the `top` or `bottom` class along with a `left` or `right` will move the
- `parentLocations`: Which locations should be tried when inserting the message container into the page. The default is `['body']`.
It accepts a list to allow you to try a variety of places when deciding what the optimal location is on any given page. This should
generally not need to be changed unless you are inserting the messages into the flow of the document, rather than using `messenger-fixed`.
- `theme`: What theme are you using? Some themes have associated javascript, specifing this allows that js to run.
- `theme`: What theme are you using? Some themes have associated javascript, specifying this allows that js to run.
- `messageDefaults`: Default options for created messages

```javascript
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/jquery-1.9.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -6836,7 +6836,7 @@ jQuery.extend({
value += "px";
}

// Fixes #8908, it can be done more correctly by specifing setters in cssHooks,
// Fixes #8908, it can be done more correctly by specifying setters in cssHooks,
// but it would mean to define eight (for every problematic property) identical functions
if ( !jQuery.support.clearCloneStyle && value === "" && name.indexOf("background") === 0 ) {
style[ name ] = "inherit";
Expand Down