You are here

protected property ImageCrop::$allowedExtensions in Image javascript crop 7

File

includes/imagecrop.class.inc, line 10
Imagecrop class to handle the javascript imagecrop.

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

protected $allowedExtensions = array(
  'image/jpeg',
  'image/gif',
  'image/png',
  'image/pjpeg',
);