E:
/
home
/
kbcomunicacao1
/
Web
/
incosmetics
/
in-cosmetics-en
/
adm
/
img-perfil
/
test
/
options
/
Upload File
HOME
$(function () { 'use strict'; var $image = $(window.createCropperImage()); $image.cropper({ cropBoxMovable: false, built: function () { var cropper = $image.data('cropper'); QUnit.test('options.cropBoxMovable', function (assert) { assert.notEqual(cropper.$cropper.find('.cropper-face').data('action'), 'all'); }); } }); });