E:
/
home
/
kbcomunicacao1
/
Web
/
teste
/
adm
/
img-perfil
/
test
/
options
/
Upload File
HOME
$(function () { 'use strict'; var $image = $(window.createCropperImage()); var minContainerHeight = 361; $image.cropper({ minContainerHeight: minContainerHeight, built: function () { var cropper = $image.data('cropper'); var container = cropper.container; QUnit.test('options.minContainerHeight', function (assert) { assert.ok(Math.round(container.height) === minContainerHeight); }); } }); });