Skip to content

Commit

Permalink
jschannel reference removal
Browse files Browse the repository at this point in the history
  • Loading branch information
David Clarke committed Apr 16, 2012
1 parent 474c934 commit c218c2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/include.html
Expand Up @@ -4,10 +4,9 @@
<html>
<body>
This page contains javascript that can be included in an iframe and
upon recieving commands over jschannel will attempt to invoke privileged
upon recieving commands over postMessage will attempt to invoke privileged
repository management APIs.
</body>
<!-- jschannel, that's how our parent will control us -->
<script src="../urlmatch.js"></script>
<script src="../jshelper.js"></script>
<!-- finally, define our handlers that'll be invoked over jschannel by the parent -->
Expand Down

0 comments on commit c218c2b

Please sign in to comment.