openmct/platform/features/layout/test/elements/ElementProxySpec.js

13 lines
246 B
JavaScript
Raw Normal View History

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