Fix method name in code documentation for prependMore
This commit is contained in:
parent
1ed7c4b0c2
commit
516ead703a
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Reference in a new issue