Skip to content

Commit

Permalink
Fix Event documentation format.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks authored and Fil Maj committed Jan 9, 2011
1 parent 1331f7a commit a0db43e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/event.js
Expand Up @@ -15,7 +15,7 @@ xui.extend({
For more information see:
- http://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/chapter_7_section_1.html#//apple_ref/doc/uid/TP40006511-SW1
- http://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/chapter_7_section_1.html#//apple_ref/doc/uid/TP40006511-SW1
### syntax ###
Expand All @@ -27,8 +27,8 @@ xui.extend({
### arguments ###
- type:string the event to subscribe to click|load|etc
- fn:function a callback function to execute when the event is fired
- type:string the event to subscribe to click|load|etc
- fn:function a callback function to execute when the event is fired
### example ###
Expand Down

0 comments on commit a0db43e

Please sign in to comment.