Skip to content

Commit

Permalink
remove typo / syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dethe committed Mar 18, 2015
1 parent 31ad664 commit 5ef79d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nanomodal.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ function El(tag, classNames) {
}
};


});
var addClickListener = function(handler) {
var flag = false;
var wrappedHandler = function(evt){
Expand All @@ -54,7 +52,7 @@ function El(tag, classNames) {
}
}
addListener("touchstart", wrappedHandler);
addListener("click", wrappedHandler);
addListener("mousedown", wrappedHandler);
};

var show = function(arg) {
Expand Down

0 comments on commit 5ef79d5

Please sign in to comment.