mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix Session
This commit is contained in:
@@ -66,7 +66,7 @@ Session = _.extend({}, {
|
||||
var self = this;
|
||||
if (!(key in self.keyDeps)) {
|
||||
self.keyDeps[key] = new Meteor.deps.ContextSet;
|
||||
self.keyValueDeps[key] = new Meteor.deps.ContextSet;
|
||||
self.keyValueDeps[key] = {};
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user