Skip to content

Commit

Permalink
Fix highlighting in docs
Browse files Browse the repository at this point in the history
Summary: This is currently highlighted wrong because two consecutive code block merges together: www.phabricator.com/docs/javelin/article/Concepts_Event_Delegation.html

Test Plan: Generated docs.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3359
  • Loading branch information
vrana committed Aug 22, 2012
1 parent 6bcce58 commit 60248bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/concepts/event_delegation.diviner
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ before the listener subscribed to 'outer'
</div>
</div>

lang=js
<script type="text/javascript">
JX.Stratcom.listen('click', ['outer'], function(e) { ... });
JX.Stratcom.listen('click', ['inner'], function(e) { ... });
</script>


= Listening to Class Events =
Expand Down

0 comments on commit 60248bc

Please sign in to comment.