Moved highestSeenByTopic to the Discourse.Session

This commit is contained in:
Robin Ward
2013-07-26 15:18:46 -04:00
parent 894dc2c6fd
commit e77ee1eaa8
5 changed files with 15 additions and 6 deletions

View File

@ -16,9 +16,6 @@ Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
// Are we currently scrolling?
scrolling: false,
// The highest seen post number by topic
highestSeenByTopic: {},
// Helps with integration tests
URL_FIXTURES: {},