[Build] Remove main.js boilerplate

...to satisfy JSHint
This commit is contained in:
Victor Woeltjen 2016-03-04 10:27:59 -08:00
parent f092bfe653
commit 02b806ebe0

View File

@ -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 () {