Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nkappler committed Nov 23, 2021
1 parent 9a1cdb3 commit 38d8943
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ interface CTXMenuSingleton {
hide(): void;
}

/*! ctxMenu v1.4.1 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/
/*! ctxMenu v1.4.2 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/

declare const ctxmenu: CTXMenuSingleton;

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var styles = {
}
};

/*! ctxMenu v1.4.1 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/ var ContextMenu = function() {
/*! ctxMenu v1.4.2 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/ var ContextMenu = function() {
function ContextMenu() {
var _this = this;
this.cache = {};
Expand Down
2 changes: 1 addition & 1 deletion index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctxmenu",
"version": "1.4.1",
"version": "1.4.2",
"description": "",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/ctxmenu.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! ctxMenu v1.4.1 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/
/*! ctxMenu v1.4.2 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/

import { styles } from "./styles";
import type { BeforeRenderFN, CTXMAction, CTXMAnchor, CTXMDivider, CTXMenu, CTXMenuSingleton, CTXMHeading, CTXMItem, CTXMSubMenu, ValueOrFunction } from "./types";
Expand Down
2 changes: 1 addition & 1 deletion standalone/ctxmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
borderColor: "#ccc"
}
};
/*! ctxMenu v1.4.1 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/ var ContextMenu = function() {
/*! ctxMenu v1.4.2 | (c) Nikolaj Kappler | https://github.com/nkappler/ctxmenu/blob/master/LICENSE !*/ var ContextMenu = function() {
function ContextMenu() {
var _this = this;
this.cache = {};
Expand Down
2 changes: 1 addition & 1 deletion standalone/ctxmenu.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38d8943

Please sign in to comment.