Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
js: Err, actually mark as unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Jun 15, 2012
1 parent 2bf7466 commit 06bf012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweettooth/static/js/diff.js
Expand Up @@ -103,7 +103,7 @@ define(['jquery'], function($) {
// find something useful, or we're in a regular delete/inserted
// chunk. Highlight the entire region as unchanged.
if (!regions || regions.length === 0)
return changed(contents);
return unchanged(contents);

var regionElems = [];
var lastEnd = 0;
Expand Down

0 comments on commit 06bf012

Please sign in to comment.