From 02b806ebe0191fafc9b8f4bd5cadcfafd37d8fe3 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 4 Mar 2016 10:27:59 -0800 Subject: [PATCH] [Build] Remove main.js boilerplate ...to satisfy JSHint --- main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.js b/main.js index 452fe3e823..739cf056cd 100644 --- a/main.js +++ b/main.js @@ -19,7 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define, window, requirejs*/ +/*global requirejs*/ requirejs.config({ "paths": { @@ -93,8 +93,6 @@ define([ './example/eventGenerator/bundle', './example/generator/bundle' ], function (Main, legacyRegistry) { - 'use strict'; - return { legacyRegistry: legacyRegistry, run: function () {