Sha256: 719ba72d1e39da842b718aa2d06ef487401e532a7e0dcbf9d04280e4b2678b49
Contents?: true
Size: 490 Bytes
Versions: 3
Compression:
Stored size: 490 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(['sap/ui/core/Renderer'],function(R){"use strict";var S={};S.CSS_CLASS="sapMSliderTooltip";S.render=function(r,c){r.write("<div");r.writeControlData(c);r.writeClasses();r.write(">");this.renderTooltipContent(r,c);r.write("</div>");};S.renderTooltipContent=function(r,c){};return S;},true);
Version data entries
3 entries across 3 versions & 1 rubygems