lib/jsduck/app_data.rb in jsduck-4.3.1 vs lib/jsduck/app_data.rb in jsduck-4.3.2
- old
+ new
@@ -26,9 +26,11 @@
:signatures => MetaTagRegistry.instance.signatures,
:localStorageDb => @opts.local_storage_db,
:showPrintButton => @opts.seo,
:touchExamplesUi => @opts.touch_examples_ui,
:source => @opts.source,
+ :commentsUrl => @opts.comments_url,
+ :commentsDomain => @opts.comments_domain,
}
}) + ";\n"
File.open(filename, 'w') {|f| f.write(js) }
end