mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
668a1e4534
Add empty specs for classes introduced in support of Add menu options for fixed position view, WTD-880.
11 lines
235 B
JavaScript
11 lines
235 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine*/
|
|
|
|
define(
|
|
['../../src/elements/LineProxy'],
|
|
function (LineProxy) {
|
|
"use strict";
|
|
|
|
describe("A fixed position line proxy", function () {
|
|
});
|
|
}
|
|
); |