@openui5/sap.ui.core
Version:
OpenUI5 Core Library sap.ui.core
14 lines (12 loc) • 361 B
JavaScript
/*!
* OpenUI5
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*/
(function() {
"use strict";
var oLink = document.createElement("link");
oLink.rel = "stylesheet";
oLink.href = sap.ui.require.toUrl("sap/ui/thirdparty/qunit.css");
document.head.appendChild(oLink);
}());