syntax
This commit is contained in:
parent
b070bb9e46
commit
2e51c3c118
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue