Skip to content

Commit

Permalink
release: zotero-better-bibtex-0.9.38.xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed May 24, 2015
1 parent c40fa61 commit ba618d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ rule '.js' => '.coffee' do |t|
header = nil
end

comment = "###\n DO NOT EDIT/REVIEW! Edit/review the CoffeScript source instead\n###\n"
comment = "# Comment for the generated javascript:\n###\n DO NOT EDIT/REVIEW! Edit/review the CoffeScript source instead\n###\n"
tmp = "tmp/#{File.basename(t.source)}"
open(tmp, 'w'){|f| f.write(comment + expand(open(t.source), header: header)) }
puts "Compiling #{t.source}"
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Zotero Better Bib(La)Tex</em:name>
<em:version>0.9.37</em:version>
<em:version>0.9.38</em:version>
<em:description>Make Zotero useful for us LaTeX holdouts. More info @ https://github.com/ZotPlus/zotero-better-bibtex</em:description>
<em:creator>Emiliano Heyns</em:creator>
<em:iconURL>chrome://zotero-better-bibtex/skin/better-bibtex.svg</em:iconURL>
Expand Down
1 change: 0 additions & 1 deletion resource/translators/translator.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Translator = new class
require(':constants:')

Translator.log = (msg...) ->
return unless @logging
msg = for m in msg
switch
when (typeof m) in ['string', 'number'] then '' + m
Expand Down

0 comments on commit ba618d3

Please sign in to comment.