@openui5/sap.ui.core
Version:
OpenUI5 Core Library sap.ui.core
14 lines (11 loc) • 320 B
JavaScript
/*!
* OpenUI5
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*/
(function() {
"use strict";
/*global jQuery */
var sUrl = jQuery.sap.getModulePath("sap.ui.thirdparty.qunit-2", ".css");
jQuery.sap.includeStyleSheet(sUrl);
}());