openmct/platform/features/layout/test/elements/ElementFactorySpec.js
Victor Woeltjen 668a1e4534 [Fixed Position] Add empty specs
Add empty specs for classes introduced in support of
Add menu options for fixed position view, WTD-880.
2015-02-20 15:29:37 -08:00

11 lines
252 B
JavaScript

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