imagezoom.js 173 B

123456789
  1. /**
  2. * @fileOverview imagezoom
  3. */
  4. KISSY.add("imagezoom", function(S, ImageZoom) {
  5. return ImageZoom;
  6. }, {requires:[
  7. "imagezoom/base",
  8. "imagezoom/autorender"
  9. ]});