mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Framework] Remove temporary file
Remove temporary script file (introduced for initial build/repository setup to illustrate naming conventions and test declaration) from framework sources. Completes implementation of framework layer for WTD-518.
This commit is contained in:
@ -1,22 +0,0 @@
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* This is a temporary file. It is present to verify
|
||||
* that build, including test scripts, can be executed.
|
||||
*/
|
||||
define(
|
||||
[],
|
||||
function () {
|
||||
"use strict";
|
||||
|
||||
function Temporary() {
|
||||
return {
|
||||
someMethod: function () {
|
||||
return "Hello, world.";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
return Temporary;
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user