JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.3
[ckeditor.git] / _source / plugins / styles / plugin.js
index 5eee185..37126f1 100644 (file)
@@ -12,8 +12,8 @@ CKEDITOR.plugins.add( 'styles',
  * Registers a function to be called whenever a style changes its state in the\r
  * editing area. The current state is passed to the function. The possible\r
  * states are {@link CKEDITOR.TRISTATE_ON} and {@link CKEDITOR.TRISTATE_OFF}.\r
- * @param {CKEDITOR.style} The style to be watched.\r
- * @param {Function} The function to be called when the style state changes.\r
+ * @param {CKEDITOR.style} style The style to be watched.\r
+ * @param {Function} callback The function to be called when the style state changes.\r
  * @example\r
  * // Create a style object for the <b> element.\r
  * var style = new CKEDITOR.style( { element : 'b' } );\r
@@ -1408,7 +1408,7 @@ CKEDITOR.loadStylesSet = function( name, url, callback )
 \r
 /**\r
  * Gets the current styleSet for this instance\r
- * @param {Function} The function to be called with the styles data.\r
+ * @param {Function} callback The function to be called with the styles data.\r
  * @example\r
  * editor.getStylesSet( function( stylesDefinitions ) {} );\r
  */\r