Skip to content

Commit

Permalink
new options/context system
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 16, 2020
1 parent f76d1ec commit ea5a295
Show file tree
Hide file tree
Showing 66 changed files with 972 additions and 964 deletions.
2 changes: 1 addition & 1 deletion packages-premium
2 changes: 1 addition & 1 deletion packages/__tests__/src/datelib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('datelib', function() {
beforeEach(function() {
enLocale = new Calendar(document.createElement('div'), { // HACK
plugins: [ dayGridPlugin ]
}).dateEnv.locale
}).state.dateEnv.locale
})

describe('computeWeekNumber', function() {
Expand Down

0 comments on commit ea5a295

Please sign in to comment.