diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-06 01:50:43 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-06 01:50:43 -0400 |
| commit | f936c30cbcf9c5e1e5e77929f37a28603ab7c73a (patch) | |
| tree | 9df86ac7b710c97fe4e0c0509ff9db9de1597453 /public/assets/js/lib/views/index/hootbox.js | |
| parent | 5ddb40d9831719891f1955fcce34b0f7ef30023d (diff) | |
searchbox html
Diffstat (limited to 'public/assets/js/lib/views/index/hootbox.js')
| -rw-r--r-- | public/assets/js/lib/views/index/hootbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/hootbox.js b/public/assets/js/lib/views/index/hootbox.js index 43c4fe9..048c017 100644 --- a/public/assets/js/lib/views/index/hootbox.js +++ b/public/assets/js/lib/views/index/hootbox.js @@ -12,7 +12,7 @@ var HootboxView = FormView.extend({ }, load: function(comments){ - comments.forEach(this.prependComment.bind(this)) + comments.forEach(this.appendComment.bind(this)) }, parse: function(comment){ |
