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