/*! * SAP UI development toolkit for HTML5 (SAPUI5/OpenUI5) * (c) Copyright 2009-2015 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(['jquery.sap.global'],function(q){"use strict";var B={};B.render=function(r,c){var s=c.getSize();var d="";if(c.getDesign()=="auto"){d="sapMBusyIndicator";}else{d=c.getDesign()=="dark"?"sapMBusyIndicatorDark":"sapMBusyIndicatorLight";}r.write("");if(c.getCustomIcon()){r.renderControl(c._iconImage);}else if(c._bUseSvg){this._renderSvg(r,c,s);}else{this._renderCanvas(r,c,s);}if(c.getText()){r.renderControl(c._oLabel);}r.write("");};B._renderSvg=function(r,c,s){r.write('');r.write('');r.write('');r.write('');};B._renderCanvas=function(r,c,s){r.write('');};return B;},true);