E:
/
home
/
kbcomunicacao1
/
Web
/
adm
/
img-perfil
/
test
/
methods
/
Upload File
HOME
$(function () { 'use strict'; var $image = $(window.createCropperImage()); $image.cropper({ built: function () { var cropper = $image.data('cropper'); QUnit.test('methods.enable', function (assert) { $image.cropper('disable').cropper('enable'); assert.equal(cropper.isDisabled, false); assert.ok(!cropper.$cropper.hasClass('cropper-disabled')); }); } }); });