Comparing version 0.2.19 to 0.2.20
@@ -14,3 +14,4 @@ var eventEmitter = require('events').EventEmitter; | ||
for(key in eventEmitter.prototype) { | ||
this[key] = eventEmitter.prototype[key].bind(self); | ||
var fn = eventEmitter.prototype[key]; | ||
if (typeof fn === 'function') this[key] = fn.bind(self); | ||
} | ||
@@ -17,0 +18,0 @@ for(key in modelProto) { |
{ | ||
"name": "thinky", | ||
"version": "0.2.19", | ||
"version": "0.2.20", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# Thinky | ||
JavaScript ORM for RethinkDB. | ||
_Note_: Beta release | ||
@@ -6,0 +5,0 @@ ### Quick start |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
957858
20443
99