Skip to content

Commit 14747a5

Browse files
committed
Exposes Model.properties
1 parent f7ccb63 commit 14747a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Model.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ function Model(opts) {
155155
}
156156
}
157157

158-
model.settings = opts.settings;
158+
model.properties = opts.properties;
159+
model.settings = opts.settings;
159160

160161
model.drop = function (cb) {
161162
if (arguments.length === 0) {

0 commit comments

Comments
 (0)