We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7438db commit b2be58eCopy full SHA for b2be58e
js/projectDocumentationWidget.js
@@ -95,7 +95,7 @@ Spring.SnippetView = Backbone.View.extend({
95
this.combinedTemplate = _.template(
96
"<div class=\"highlight\"><pre><code>" +
97
downloadTemplate.find("code:first").html() +
98
- "{@ if (repository) { @}" +
+ "{@ if (typeof(repository) != \"undefined\") { @}" +
99
repositoryTemplate.find("code:first").html() +
100
"{@ } @}" +
101
"</code></pre></div>"
0 commit comments