Skip to content

Commit

Permalink
Merge pull request #12 from finn0s/patch-1
Browse files Browse the repository at this point in the history
Vaadin 24 hotdeploy fix
  • Loading branch information
rudiejd authored Oct 9, 2023
2 parents cf30087 + d7e7336 commit d319494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/chart/Moment.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
global.moment = factory()
}(this, (function () { 'use strict';
}(window, (function () { 'use strict';

var hookCallback;

Expand Down

0 comments on commit d319494

Please sign in to comment.