Skip to content

Commit

Permalink
Remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Nov 13, 2011
1 parent 9f9c996 commit 3c678df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/diff.js
Expand Up @@ -25,10 +25,6 @@ var lib = require('../lib')
;

module.exports = { 'diff': diff
, 'GONE': lib.GONE
, 'ANY' : lib.ANY
, 'TRUTHY': lib.TRUTHY
, 'FALSY' : lib.FALSY
};

// Return an object representing fields that have changed from an old object to a new one.
Expand Down

0 comments on commit 3c678df

Please sign in to comment.