diff options
Diffstat (limited to 'public/assets/js/lib/views/stream/hootstream.js')
| -rw-r--r-- | public/assets/js/lib/views/stream/hootstream.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js index cdc7acf..d7d7ba3 100644 --- a/public/assets/js/lib/views/stream/hootstream.js +++ b/public/assets/js/lib/views/stream/hootstream.js @@ -65,6 +65,7 @@ var HootStream = View.extend({ className, showAvatar, }) { + console.log(hoot, comment); return this.render(this.hootTemplate, { username, className: className ? `hoot ${className}` : "hoot", |
