/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../src/LayoutDrag"], function (LayoutDrag) { "use strict"; describe("A Layout drag handler", function () { }); } );