Skip to content

Commit

Permalink
events: export events map
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Nov 21, 2012
1 parent 018677b commit 04c4b3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions events.js
@@ -0,0 +1,10 @@

/**
* Map between op ids and events.
*/

module.exports = {
i: 'insert',
u: 'update',
d: 'remove'
};

0 comments on commit 04c4b3a

Please sign in to comment.