Skip to content

Commit

Permalink
Typo error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ymlsudhanshu committed Sep 10, 2014
1 parent 59e232c commit e4545e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Sudhanshu Yadav",
"email": "[email protected]"
},
"version": "1.1.2",
"version": "1.2.2",
"repository": {
"type": "git",
"url": "https://github.com/s-yadav/contextMenu.js"
Expand Down
4 changes: 2 additions & 2 deletions contextMenu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
*contextMenu.js v 1.2.1
*contextMenu.js v 1.2.2
*Author: Sudhanshu Yadav
*s-yadav.github.com
*Copyright (c) 2013 Sudhanshu Yadav.
Expand Down Expand Up @@ -260,7 +260,7 @@
eventType = option.triggerOn;
}

trigger.delegate('input,a,.needs-click','click',function(e){ e.stopImmidiatePropagation()});
trigger.delegate('input,a,.needs-click','click',function(e){ e.stopImmediatePropagation()});

//to bind event
trigger.bind(eventType + '.contextMenu', iMethods.eventHandler);
Expand Down
2 changes: 1 addition & 1 deletion contextMenu.js.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contextMenu.js",
"version": "1.2.1",
"version": "1.2.2",
"title": "A light weight multi functional context menu plugin",
"author": {
"name": "Sudhanshu Yadav",
Expand Down
Loading

0 comments on commit e4545e9

Please sign in to comment.