Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge c146f17 into ba595b4
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal committed May 7, 2016
2 parents ba595b4 + c146f17 commit d7264d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/vmouse.js
Expand Up @@ -95,7 +95,7 @@ function createVirtualEvent( event, eventType ) {
// this would happen if we could call $.event.fix instead of $.Event
// but we don't have a way to force an event to be fixed multiple times
if ( oe ) {
for ( i = props.length, prop; i; ) {
for ( i = props.length; i; ) {
prop = props[ --i ];
event[ prop ] = oe[ prop ];
}
Expand Down

0 comments on commit d7264d7

Please sign in to comment.