diff --git a/js/focal_point.js b/js/focal_point.js
index 3e8c73d..dabcc3d 100644
--- a/js/focal_point.js
+++ b/js/focal_point.js
@@ -87,7 +87,7 @@
 
     // Allow users to click on the image preview in order to set the focal_point
     // and set a cursor.
-    this.$img.click(event, function() {
+    this.$img.click(function(event) {
       self.set(event.offsetX, event.offsetY);
     });
     this.$img.css('cursor', 'crosshair');
