Skip to content

Commit

Permalink
fix: Load sap.m
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciolauffer committed Jun 17, 2021
1 parent b7e9450 commit f543844
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/library-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

sap.ui.define([
'sap/ui/core/library',
'sap/m'
'sap/m/library'
], function() {
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/library-preload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* (c) Copyright 2017-2021 Mauricio Lauffer
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
sap.ui.define(["sap/ui/core/library","sap/m"],function(){"use strict";return sap.ui.getCore().initLibrary({name:"openui5.tour",dependencies:["sap.ui.core","sap.m"],controls:["openui5.tour.Tour","openui5.tour.TourStep"],noLibraryCSS:true,version:"0.0.25"})});
sap.ui.define(["sap/ui/core/library","sap/m/library"],function(){"use strict";return sap.ui.getCore().initLibrary({name:"openui5.tour",dependencies:["sap.ui.core","sap.m"],controls:["openui5.tour.Tour","openui5.tour.TourStep"],noLibraryCSS:true,version:"0.0.25"})});
2 changes: 1 addition & 1 deletion src/openui5/tour/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

sap.ui.define([
'sap/ui/core/library',
'sap/m'
'sap/m/library'
], function() {
'use strict';

Expand Down

0 comments on commit f543844

Please sign in to comment.