Mixin: noop

noop

This mixin provides noop() method which does no operation.
Source:

Example

var collection = new KagoDB({storage: 'json'});

collection.noop(); // does nothing