[Representation] Add skeleton specs
Add empty specs for all scripts introduced for the representation component. WTD-521.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/*global define,Promise*/
|
||||
|
||||
/**
|
||||
* Module defining ContextMenuGestureSpec. Created by vwoeltje on 11/22/14.
|
||||
*/
|
||||
define(
|
||||
["../../src/gestures/ContextMenuGesture"],
|
||||
function (ContextMenuGesture) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
*
|
||||
* @constructor
|
||||
*/
|
||||
function ContextMenuGestureSpec() {
|
||||
return {};
|
||||
}
|
||||
|
||||
return ContextMenuGestureSpec;
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user