syntax
This commit is contained in:
parent
235aa7a6b3
commit
2505ce36a5
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.topicDescImage.src = '<%= asset_path('topic_description_signifier.png') %>';
|
||||||
|
|
||||||
self.topicLinkImage = new Image();
|
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
|
* convert our topic JSON into something JIT can use
|
||||||
|
|
Loading…
Add table
Reference in a new issue