浏览代码

Use icon_size in Layar response

master
Adrian Short 11 年前
父节点
当前提交
935cbf2f51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/helpers/posts_helper.rb

+ 1
- 1
app/helpers/posts_helper.rb 查看文件

@@ -32,7 +32,7 @@ module PostsHelper
:contentType => "image/vnd.layar.generic",
:url => subscription.icon_url,
:reducedURL => subscription.icon_url,
:size => 60
:size => subscription.icon_size
}

# http://layar.com/documentation/browser/api/getpois-response/hotspots/


正在加载...
取消
保存