round.js 161 B

1234
  1. Namespace.register("U.Control.round");
  2. U.Control.round.div = function () {
  3. return $$('div', { 'class': 'U_Control_round_div1', 'innerHTML': 'div' });
  4. };