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