[Build] Remove boilerplate from scripts
No longer necessary after JSHint configuration.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,runs*/
|
||||
|
||||
/**
|
||||
* FrameworkInitializerSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../src/FrameworkInitializer"],
|
||||
function (FrameworkInitializer) {
|
||||
"use strict";
|
||||
|
||||
describe("The framework initializer", function () {
|
||||
var initializer;
|
||||
|
||||
@@ -19,12 +19,10 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
['../src/LogLevel'],
|
||||
function (LogLevel) {
|
||||
"use strict";
|
||||
|
||||
var LOG_METHODS = [
|
||||
'error',
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||
|
||||
/**
|
||||
* ApplicationBootstrapperSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/bootstrap/ApplicationBootstrapper"],
|
||||
function (ApplicationBootstrapper) {
|
||||
"use strict";
|
||||
|
||||
describe("The application bootstrapper", function () {
|
||||
// Test support variables
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,runs,jasmine*/
|
||||
|
||||
/**
|
||||
* BundleLoaderSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/load/BundleLoader"],
|
||||
function (BundleLoader) {
|
||||
"use strict";
|
||||
|
||||
describe("The bundle loader", function () {
|
||||
var loader,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||
|
||||
/**
|
||||
* BundleSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/load/Bundle", "../../src/Constants"],
|
||||
function (Bundle, Constants) { // Verify against constants, too
|
||||
"use strict";
|
||||
|
||||
describe("A bundle", function () {
|
||||
var PATH = "some/path",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||
|
||||
/**
|
||||
* ExtensionSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/load/Extension", "../../src/load/Bundle"],
|
||||
function (Extension, Bundle) {
|
||||
"use strict";
|
||||
|
||||
describe("An extension", function () {
|
||||
var bundle;
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,jasmine,waitsFor*/
|
||||
|
||||
/**
|
||||
* CustomRegistrarsSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/register/CustomRegistrars"],
|
||||
function (CustomRegistrars) {
|
||||
"use strict";
|
||||
|
||||
describe("Custom registrars", function () {
|
||||
var mockLog,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,jasmine*/
|
||||
|
||||
/**
|
||||
* ExtensionRegistrarSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/register/ExtensionRegistrar"],
|
||||
function (ExtensionRegistrar) {
|
||||
"use strict";
|
||||
|
||||
describe("The extension registrar", function () {
|
||||
var mockApp,
|
||||
|
||||
@@ -19,12 +19,10 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,jasmine,waitsFor*/
|
||||
|
||||
define(
|
||||
["../../src/register/ExtensionSorter"],
|
||||
function (ExtensionSorter) {
|
||||
"use strict";
|
||||
|
||||
describe("The extension sorter", function () {
|
||||
var mockLog,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||
|
||||
/**
|
||||
* PartialConstructorSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/register/PartialConstructor"],
|
||||
function (PartialConstructor) {
|
||||
"use strict";
|
||||
|
||||
describe("A partial constructor", function () {
|
||||
var result,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,jasmine*/
|
||||
|
||||
/**
|
||||
* ServiceCompositorSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/register/ServiceCompositor"],
|
||||
function (ServiceCompositor) {
|
||||
"use strict";
|
||||
|
||||
describe("The service compositor", function () {
|
||||
var registered,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,runs*/
|
||||
|
||||
/**
|
||||
* BundleResolverSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/resolve/BundleResolver", "../../src/load/Bundle"],
|
||||
function (BundleResolver, Bundle) {
|
||||
"use strict";
|
||||
|
||||
describe("The bundle resolver", function () {
|
||||
var mockExtensionResolver,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,jasmine,waitsFor,runs*/
|
||||
|
||||
/**
|
||||
* ExtensionResolverSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/resolve/ExtensionResolver", "../../src/load/Bundle"],
|
||||
function (ExtensionResolver, Bundle) {
|
||||
"use strict";
|
||||
|
||||
describe("", function () {
|
||||
var mockLoader,
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,runs*/
|
||||
|
||||
/**
|
||||
* ImplementationLoaderSpec. Created by vwoeltje on 11/6/14.
|
||||
@@ -27,7 +26,6 @@
|
||||
define(
|
||||
["../../src/resolve/ImplementationLoader"],
|
||||
function (ImplementationLoader) {
|
||||
"use strict";
|
||||
|
||||
describe("The implementation loader", function () {
|
||||
var required,
|
||||
|
||||
@@ -19,12 +19,10 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine,runs*/
|
||||
|
||||
define(
|
||||
["../../src/resolve/RequireConfigurator", "../../src/load/Bundle"],
|
||||
function (RequireConfigurator, Bundle) {
|
||||
"use strict";
|
||||
|
||||
describe("The RequireJS configurator", function () {
|
||||
var mockRequire,
|
||||
|
||||
Reference in New Issue
Block a user