UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

18 lines (14 loc) 325 B
define([ "dojo/_base/declare", "dojo/dom-style", "../_css3" ], function(declare, domStyle, css3){ // module: // mobile/bidi/Rating return declare(null, { _setCustomTransform:function(/*Object*/parent){ domStyle.set(parent, css3.add({"float":"right"}, {transform:"scaleX(-1)"})); return parent; } }); });