Sha256: 344500690edd78717ba84757addbcb94d64f2107aaccc2ac8e2d3d01491398f8
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define([], function() { "use strict"; if (!window.Promise) { sap.ui.requireSync("sap/ui/thirdparty/es6-promise"); } });
Version data entries
3 entries across 3 versions & 1 rubygems