Updated bug message

This commit is contained in:
Tom Needham 2011-10-09 16:01:48 +01:00
parent deaeab3d92
commit 42f289d994
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function bindControlEvents(){
}
function editorIsShown(){
// Not working as intended. Always returns true.
// Not working as intended.
if(window.aceEditor){
return true;
} else {