Ensure keyboard navigation matches custom post sorting.

This commit is contained in:
Robert Jackson 2014-08-02 10:39:26 -04:00
parent d35598457b
commit ae56c8a8e2
No known key found for this signature in database
GPG Key ID: B3D10EF8171F7219

View File

@ -38,7 +38,7 @@ var PostsRoute = Ember.Route.extend(SimpleAuth.AuthenticatedRouteMixin, Shortcut
stepThroughPosts: function (step) {
var currentPost = this.get('controller.currentPost'),
posts = this.get('controller.model'),
posts = this.get('controller.arrangedContent'),
length = posts.get('length'),
newPosition;