Skip to content

Commit

Permalink
Fixed demo code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky Hulse committed Oct 25, 2012
1 parent b22de97 commit 6f6a07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var q2 = oMQ.addQuery({
context : ['small', 'medium'],
call_for_each_context : false,
match : function() { console.log('MATCH: small/medium'); },
unmatch : function() { console.log('MATCH: small/medium'); }
unmatch : function() { console.log('UNMATCH: small/medium'); }
});
```

Expand Down

0 comments on commit 6f6a07a

Please sign in to comment.