/*global define,describe,it,expect,beforeEach,jasmine*/ define( ['../../src/elements/ElementProxy'], function (ElementProxy) { "use strict"; describe("A fixed position element proxy", function () { }); } );