Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
in_theaters.js: Remove the space between comment and function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagtalon committed Jun 27, 2014
1 parent 5d94f89 commit eed687a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/spice/in_theaters/in_theaters.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(function(env) {
"use strict";

// A change in the Rotten Tomatoes API returns images that end in _tmb.
// This changes this to _det.

function toDetail(img) {
return img.replace(/tmb\.jpg$/, "det.jpg");
}
Expand Down

0 comments on commit eed687a

Please sign in to comment.