/*global define,describe,it,expect,beforeEach,jasmine,xit*/ define( ['../src/FixedProxy'], function (FixedProxy) { "use strict"; describe("Fixed Position view's selection proxy", function () { }); } );