/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ /** * DropGestureSpec. Created by vwoeltje on 11/6/14. */ define( ["../../src/gestures/DropGesture"], function (DropGesture) { "use strict"; describe("", function () { }); } );