Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / file_manager / gallery / js / image_editor / image_adjust.js
index 6c48fae..1794b97 100644 (file)
@@ -8,7 +8,7 @@
  * The base class for simple filters that only modify the image content
  * but do not modify the image dimensions.
  * @constructor
- * @extends ImageEditor.Mode
+ * @extends {ImageEditor.Mode}
  */
 ImageEditor.Mode.Adjust = function() {
   ImageEditor.Mode.apply(this, arguments);