From b50a32a29e29802852751a671c103918fb590a28 Mon Sep 17 00:00:00 2001 From: tyler-swayne Date: Sun, 6 Dec 2015 15:19:08 -0800 Subject: [PATCH] Fix global var --- lib/Associations/Many.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Associations/Many.js b/lib/Associations/Many.js index f19f75ac..1500772d 100644 --- a/lib/Associations/Many.js +++ b/lib/Associations/Many.js @@ -135,7 +135,7 @@ function extendInstance(Model, Instance, Driver, association, opts, createInstan function adjustForMapsTo(options) { // Loop through the (cloned) association model id fields ... some of them may've been mapped to different // names in the actual database - if so update to the mapped database column name - for(i=0; i