Adding little format box, new markdown exec syntax

This commit is contained in:
Eston Bond
2010-11-01 18:28:34 -07:00
parent 402eb2edaa
commit ca92b0a8c6
4 changed files with 88 additions and 7 deletions
+2 -2
View File
@@ -60,7 +60,6 @@
// EditorHas.functionBar
}
// EditorHas.baseEditorMarkup
};
@@ -88,7 +87,8 @@
* @return void
*/
var debug = function(m) {
if ( ActiveOptions.Debug && console
if ( ActiveOptions.Debug
&& typeof console != 'undefined'
&& typeof console.log == 'function' ) {
console.log( m );
}