Merge pull request #1807 from balinterdi/patch-1

Fix method name in code documentation for prependMore
This commit is contained in:
Sam 2014-01-12 14:24:29 -08:00
commit 6e3a94ea1b

View File

@ -347,7 +347,7 @@ Discourse.PostStream = Em.Object.extend({
/** /**
Prepend the previous window of posts to the stream. Call it when scrolling upwards. Prepend the previous window of posts to the stream. Call it when scrolling upwards.
@method appendMore @method prependMore
@returns {Ember.Deferred} a promise that's resolved when the posts have been added. @returns {Ember.Deferred} a promise that's resolved when the posts have been added.
**/ **/
prependMore: function() { prependMore: function() {