Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fernandezpablo85/retinajs
Browse files Browse the repository at this point in the history
…into fernandezpablo85-master
  • Loading branch information
Casey O'Hara committed Apr 20, 2012
2 parents 8a644e4 + 601c7a0 commit 00613ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/retina_image_path.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RetinaImagePath

# If we get an A-OK from the server,
# push file path onto array of confirmed files
if http.status is 200
if http.status in [200..399]
RetinaImagePath.confirmed_paths.push @at_2x_path
return true
else
Expand Down

0 comments on commit 00613ca

Please sign in to comment.