Skip to content

Commit

Permalink
GAP-2520: Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicwest committed Apr 18, 2024
1 parent a077d0c commit cdd448f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/date-picker/DatePickerLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
typeof exports === 'object' && typeof module !== 'undefined'
? factory(exports)
: typeof define === 'function' && define.amd
? define('DatePickerDialog', ['exports'], factory)
: factory((global.DatePickerDialog = {}));
? define('DatePickerDialog', ['exports'], factory)
: factory((global.DatePickerDialog = {}));
})(this, function (exports) {
'use strict';

Expand Down

0 comments on commit cdd448f

Please sign in to comment.