Thanks Andrea! On Wed, Nov 29, 2017 at 10:54 PM, <adelb...@apache.org> wrote:
> Repository: wicket > Updated Branches: > refs/heads/master 297dcee7d -> ec5c1a4fa > > > WICKET-6497 Fix for qunit tests > > > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ec5c1a4f > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ec5c1a4f > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ec5c1a4f > > Branch: refs/heads/master > Commit: ec5c1a4fa42a45316b7b5baf3c1f15442a9dffc8 > Parents: 297dcee > Author: Andrea Del Bene <adelb...@apache.org> > Authored: Wed Nov 29 16:52:42 2017 +0100 > Committer: Andrea Del Bene <adelb...@apache.org> > Committed: Wed Nov 29 16:52:42 2017 +0100 > > ---------------------------------------------------------------------- > wicket-core/src/test/js/amd.html | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ > ec5c1a4f/wicket-core/src/test/js/amd.html > ---------------------------------------------------------------------- > diff --git a/wicket-core/src/test/js/amd.html > b/wicket-core/src/test/js/amd.html > index c4e5c27..fd58819 100644 > --- a/wicket-core/src/test/js/amd.html > +++ b/wicket-core/src/test/js/amd.html > @@ -14,11 +14,8 @@ > "qunit": "qunit/qunit" > }, > shim: { > - 'wicket-event': { > - deps: ['jquery'] > - }, > 'Wicket': { > - deps: ['wicket-ajax'], > + deps: ['jquery'], > exports: 'Wicket' > }, > 'WicketDebugWindow': { > > -- WBR Maxim aka solomax