不要怂,就是干,撸起袖子干!

Commit 5d912233 by Sascha Depold

Pass the options to association getter

1 parent 9051fcc6
Showing with 1 additions and 1 deletions
......@@ -87,7 +87,7 @@ module.exports = (function() {
var instance = this
return new Utils.CustomEventEmitter(function(emitter) {
instance[association.accessors.get]()
instance[association.accessors.get](options)
.success(function(oldInstance) {
if (oldInstance) {
oldInstance[association.identifier] = null
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!