14 lines
329 B
JavaScript
14 lines
329 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
/**
|
|
* MergeModelsSpec. Created by vwoeltje on 11/6/14.
|
|
*/
|
|
define(
|
|
["../../src/elements/PlotPanZoomStackGroup"],
|
|
function (PlotController) {
|
|
"use strict";
|
|
|
|
describe("A plot pan-zoom stack group", function () {
|
|
});
|
|
}
|
|
); |