This commit is contained in:
Devin Howard 2015-10-23 23:01:02 +08:00 committed by Connor Turland
parent 235aa7a6b3
commit 2505ce36a5

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