This commit is contained in:
Devin Howard 2015-10-23 23:01:02 +08:00
parent b070bb9e46
commit 2e51c3c118

View file

@ -32,7 +32,7 @@ Metamaps.JIT = {
self.topicDescImage.src = '<%= asset_path('topic_description_signifier.png') %>';
self.topicLinkImage = new Image();
self.topicLinkImage.src =<%= asset_path('topic_link_signifier.png') %>';
self.topicLinkImage.src = '<%= asset_path('topic_link_signifier.png') %>';
},
/**
* convert our topic JSON into something JIT can use