Uize.module ({
name:'Uize.Widgets.ColorSwatch.Html',
builder:function () {
'use strict';
return Uize.package ({
process:function (i) {
function _resolveNonStringToPixel (_value) {return typeof _value == "string" ? _value : +_value + "px"}
var
m = this,
i = arguments [0],
_idPrefix = i.idPrefix
;
return (
'\r\n\r\n'
);
}
});
}
});