1 /*global $k*/
  2 
  3 /**
  4  * @class Configuration of an editor
  5 **/
  6 $k.AbstractEditorConfiguration = function() { };
  7 
  8