Skip to content
Permalink
Browse files
Fix context
  • Loading branch information
timmywil committed Sep 11, 2013
1 parent 2e850fb commit 19de30c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -22,7 +22,7 @@ function addGetHookIf( conditionFn, hookFn ) {

// Hook needed; redefine it so that the support test is not executed again.

return (this.get = hookFn).apply( hookVar, arguments );
return (this.get = hookFn).apply( this, arguments );
}
};
}

0 comments on commit 19de30c

Please sign in to comment.