Add empty specs for new scripts introduced during the transition of Layout object type and view, WTD-535.
11 lines
247 B
JavaScript
11 lines
247 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine*/
|
|
|
|
define(
|
|
["../../src/gestures/GestureRepresenter"],
|
|
function (GestureRepresenter) {
|
|
"use strict";
|
|
|
|
describe("A gesture representer", function () {
|
|
});
|
|
}
|
|
); |