Skip to content

Commit

Permalink
bug fixes, doc work
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Aug 31, 2021
1 parent b7177ab commit 4ea29e0
Show file tree
Hide file tree
Showing 56 changed files with 2,473 additions and 4,300 deletions.
9 changes: 0 additions & 9 deletions .travis.yml_

This file was deleted.

8 changes: 4 additions & 4 deletions dist/js/jQuery-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tempusDominus.getSelectorFromElement = function ($element) {
*/
$(document)
.on(
`click${tempusDominus.Namespace.Events.key}.data-api`,
`click${tempusDominus.Namespace.events.key}.data-api`,
`[data-toggle="${tempusDominus.Namespace.dataKey}"]`,
function () {
const $originalTarget = $(this),
Expand All @@ -85,7 +85,7 @@ $(document)
}
)
.on(
tempusDominus.Namespace.Events.change,
tempusDominus.Namespace.events.change,
`.${tempusDominus.Namespace.NAME}-input`,
function (event) {
const $target = tempusDominus.getSelectorFromElement($(this));
Expand All @@ -96,7 +96,7 @@ $(document)
}
)
.on(
tempusDominus.Namespace.Events.blur,
tempusDominus.Namespace.events.blur,
`.${tempusDominus.Namespace.NAME}-input`,
function (event) {
const $target = tempusDominus.getSelectorFromElement($(this)),
Expand Down Expand Up @@ -125,7 +125,7 @@ $(document)
tempusDominus.jQueryInterface.call($target, '_keyup', event);
})*/
.on(
tempusDominus.Namespace.Events.focus,
tempusDominus.Namespace.events.focus,
`.${tempusDominus.Namespace.NAME}-input`,
function (event) {
const $target = tempusDominus.getSelectorFromElement($(this)),
Expand Down
377 changes: 199 additions & 178 deletions dist/js/tempus-dominus.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.js.map

Large diffs are not rendered by default.

305 changes: 58 additions & 247 deletions docs/6/change-log.html

Large diffs are not rendered by default.

305 changes: 58 additions & 247 deletions docs/6/datetime.html

Large diffs are not rendered by default.

324 changes: 62 additions & 262 deletions docs/6/examples/index.html

Large diffs are not rendered by default.

317 changes: 62 additions & 255 deletions docs/6/examples/jquery.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4ea29e0

Please sign in to comment.