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