Minor fixes

This commit is contained in:
Fluidbyte
2012-09-17 12:21:32 -07:00
parent 66ba75533c
commit 047e593d98
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
<!--/*
* Copyright (c) Codiad & Kent Safranski (codiad.com), distributed
* as-is and without warranty under the MIT License. See
* [root]/license.txt for more. This information must remain intact.
*/-->
<div id="colorpicker_region">
</div>

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Codiad & Kent Safranski (codiad.com), distributed
* as-is and without warranty under the MIT License. See
* [root]/license.txt for more. This information must remain intact.
*/
$(function(){ color_picker.init(); });

View File

@@ -45,8 +45,8 @@ var keybindings = {
$.ctrl('f', function(){ editor.open_search('find'); });
// Replace [CTRL+R] /////////////////////////////////////////////
$.ctrl('f', function(){ editor.open_search('replace'); });
$.ctrl('r', function(){ editor.open_search('replace'); });
}
}
};