Update incorrect reference to callback

This commit is contained in:
Samer Albahra
2015-08-11 15:24:30 -05:00
parent 36a70a14ce
commit 7425a65038

View File

@@ -232,7 +232,7 @@ function getCache( opt, callback ) {
opt.weather[ opt.key ] = record[ opt.key ]; opt.weather[ opt.key ] = record[ opt.key ];
} }
callback( opt.weather ); opt.callback( opt.weather );
} ); } );
} }