Skip to content

Commit

Permalink
[No-Actions] bijou.js
Browse files Browse the repository at this point in the history
  ____ _____     _  ____  _    _      _  _____
 |  _ \_   _|   | |/ __ \| |  | |    | |/ ____|
 | |_) || |     | | |  | | |  | |    | | (___
 |  _ < | | _   | | |  | | |  | |_   | |\___ \
 | |_) || || |__| | |__| | |__| | |__| |____) |
 |____/_____\____/ \____/ \____(_)____/|_____/

Files changed:

 M bijou.js

Date: 2021-01-22 18:08:35
User: Explosion-Scratch
Email: explosion.scratch@gmail.com
  • Loading branch information
Explosion-Scratch committed Jan 22, 2021
1 parent 33ff8d1 commit dfa384c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bijou.js
Original file line number Diff line number Diff line change
Expand Up @@ -2381,13 +2381,13 @@ let _temp = {
return decodeURIComponent(results[2].replace(/\+/g, ' '));
},
/**
* Disa
* Disables right click on the element spcified.
* @function
* @memberOf bijou
* @param {String}
* @param {Element} el The element to disable right click on.
* @example
* //
* @returns {String}
* _$.disableRightClick(document.documentElement)
* @returns {undefined}
*/
disableRightClick: (el) => { el.oncontextmenu = false; },
};
Expand Down

0 comments on commit dfa384c

Please sign in to comment.