Skip to content

API Doc: Added XSL to vmouse events #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 16, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
API Doc: Added XSL to vmouse events
  • Loading branch information
robertbosse committed Oct 16, 2012
commit 31b5cb103793346a0f8fd00ca2fb2cfc61908d0a
1 change: 1 addition & 0 deletions entries/hashtag.xml → entries/hashchange.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../entries2html.xsl" ?>
<entry name="hashchange" type="event" return="jQuery">
<title>.hashchange()</title>
<desc>Enables bookmarkable #hash history.</desc>
Expand Down
1 change: 1 addition & 0 deletions entries/vclick.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../entries2html.xsl" ?>
<entry name="vclick" type="event">
<title>vclick</title>
<desc>Virtualized click event handler.</desc>
Expand Down
1 change: 1 addition & 0 deletions entries/vmousecancel.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../entries2html.xsl" ?>
<entry name="vmousecancel" type="event">
<title>vmousecancel</title>
<desc>Virtualized mousecancel event handler.</desc>
Expand Down
1 change: 1 addition & 0 deletions entries/vmouseover.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../entries2html.xsl" ?>
<entry name="vmouseover" type="event">
<title>vmouseover</title>
<desc>Virtualized mouseover event handler.</desc>
Expand Down
1 change: 1 addition & 0 deletions entries/vmouseup.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../entries2html.xsl" ?>
<entry name="vmouseup" type="event">
<title>vmouseup</title>
<desc>Virtualized mouseup event handler.</desc>
Expand Down