Retro compatibility with Nodde w0.10

pull/2/head
Louis Chatriot 9 years ago
parent b1f866ba53
commit a3f8c55520
  1. 2
      browser-version/out/nedb.js
  2. 2
      browser-version/out/nedb.min.js

@ -1123,7 +1123,7 @@ function Datastore (options) {
}); }
}
util.inherits(Datastore, require('events'));
util.inherits(Datastore, require('events').EventEmitter);
/**

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save