Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Oct 28, 2012
1 parent 72b40e2 commit 327131c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2448,8 +2448,8 @@ <h3>Basic Implementation</h3>
};

return {
Publish: publish,
Subscribe: subscribe,
publish: publish,
subscribe: subscribe,
installTo: function( obj ){
obj.subscribe = subscribe;
obj.publish = publish;
Expand Down

0 comments on commit 327131c

Please sign in to comment.