Skip to content

Commit

Permalink
Add some links to new pointer docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Aug 16, 2016
1 parent b839db1 commit 28eae24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/js/pointer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See http://zulip.readthedocs.io/en/latest/pointer.html for notes on
// how this system is designed.

var pointer = (function () {

var exports = {};
Expand Down
3 changes: 3 additions & 0 deletions static/js/unread.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See http://zulip.readthedocs.io/en/latest/pointer.html for notes on
// how this system is designed.

var unread = (function () {

var exports = {};
Expand Down

0 comments on commit 28eae24

Please sign in to comment.