/*! * 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(['jquery.sap.global','./SliderRenderer','sap/ui/core/Renderer'],function(q,S,R){"use strict";var a=R.extend(S);a.renderGrip=function(r,s){var b=r;b.write('▲');b.write('▲');};a.controlAdditionalCode=function(r,s){r.addClass('sapUiRSli');};return a;},true);