[Build] Remove boilerplate from scripts
No longer necessary after JSHint configuration.
This commit is contained in:
@@ -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,window,afterEach*/
|
||||
|
||||
define(
|
||||
['../../../src/controllers/drag/TimelineDragHandleFactory'],
|
||||
function (TimelineDragHandleFactory) {
|
||||
'use strict';
|
||||
|
||||
describe("A Timeline drag handle factory", function () {
|
||||
var mockDragHandler,
|
||||
|
||||
@@ -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,window,afterEach*/
|
||||
|
||||
define(
|
||||
['../../../src/controllers/drag/TimelineDragHandler'],
|
||||
function (TimelineDragHandler) {
|
||||
'use strict';
|
||||
|
||||
describe("A Timeline drag handler", function () {
|
||||
var mockLoader,
|
||||
|
||||
@@ -19,13 +19,11 @@
|
||||
* 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,window,afterEach*/
|
||||
|
||||
|
||||
define(
|
||||
['../../../src/controllers/drag/TimelineDragPopulator'],
|
||||
function (TimelineDragPopulator) {
|
||||
"use strict";
|
||||
|
||||
describe("The timeline drag populator", function () {
|
||||
var mockObjectLoader,
|
||||
|
||||
@@ -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,window,afterEach*/
|
||||
|
||||
define(
|
||||
['../../../src/controllers/drag/TimelineEndHandle', '../../../src/TimelineConstants'],
|
||||
function (TimelineEndHandle, TimelineConstants) {
|
||||
'use strict';
|
||||
|
||||
describe("A Timeline end drag handle", function () {
|
||||
var mockDragHandler,
|
||||
|
||||
@@ -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,window,afterEach*/
|
||||
|
||||
define(
|
||||
['../../../src/controllers/drag/TimelineMoveHandle', '../../../src/TimelineConstants'],
|
||||
function (TimelineMoveHandle, TimelineConstants) {
|
||||
'use strict';
|
||||
|
||||
describe("A Timeline move drag handle", function () {
|
||||
var mockDragHandler,
|
||||
|
||||
@@ -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,window,afterEach*/
|
||||
|
||||
define(
|
||||
['../../../src/controllers/drag/TimelineSnapHandler'],
|
||||
function (TimelineSnapHandler) {
|
||||
'use strict';
|
||||
|
||||
describe("A Timeline snap handler", function () {
|
||||
var mockDragHandler,
|
||||
|
||||
@@ -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,window,afterEach*/
|
||||
|
||||
define(
|
||||
['../../../src/controllers/drag/TimelineStartHandle', '../../../src/TimelineConstants'],
|
||||
function (TimelineStartHandle, TimelineConstants) {
|
||||
'use strict';
|
||||
|
||||
describe("A Timeline start drag handle", function () {
|
||||
var mockDragHandler,
|
||||
|
||||
Reference in New Issue
Block a user