Skip to content

Commit

Permalink
remove e shortcut for now
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 25, 2010
1 parent 43a41dc commit 9e9db13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wysihat/commands.js
Expand Up @@ -16,7 +16,7 @@
* In this example, it is important to stop the click event so you don't
* lose your current selection.
**/
var $E = WysiHat.Commands = (function(window) {
var WysiHat.Commands = (function(window) {
/**
* WysiHat.Commands#boldSelection() -> undefined
*
Expand Down
2 changes: 1 addition & 1 deletion test/editor.html
Expand Up @@ -52,7 +52,7 @@
<script type="text/javascript" charset="utf-8">
var textarea, editor;

$E.promptLinkSelection = function() {
WysiHat.Commands.promptLinkSelection = function() {
if (this.linkSelected()) {
if (confirm("Remove link?"))
this.unlinkSelection();
Expand Down

0 comments on commit 9e9db13

Please sign in to comment.