OSDN Git Service

fix js
[pettanr/pettanr.git] / app / assets / javascripts / pettanr / picture.js.coffee
index 439767a..39667d1 100644 (file)
@@ -1,6 +1,6 @@
-class Pettanr.Picture\r
+class Pettanr.Image\r
 \r
-class Pettanr.Picture.Icon extends Pettanr.Tag.Img\r
+class Pettanr.Image.Icon extends Pettanr.Tag.Img\r
   \r
   # attr: {any_attr: 'hoge', ...}\r
   # class_name: 'El-Class'\r
@@ -32,7 +32,7 @@ class Pettanr.Picture.Icon extends Pettanr.Tag.Img
     }\r
     super(opt)\r
   \r
-class Pettanr.Picture.SymbolPicture extends Pettanr.Tag.Img\r
+class Pettanr.Image.SymbolPicture extends Pettanr.Tag.Img\r
   # show picture as symbol size\r
   \r
   # attr: {src: '/2.png', alt: 'title', ...}\r
@@ -58,7 +58,7 @@ class Pettanr.Picture.SymbolPicture extends Pettanr.Tag.Img
     }\r
     super(opt)\r
   \r
-class Pettanr.Picture.SymbolImg extends Pettanr.Tag.Img\r
+class Pettanr.Image.SymbolImg extends Pettanr.Tag.Img\r
   # show image file as symbol size\r
   \r
   # attr: {src: '/2.png', alt: 'title', ...}\r