rectify old require.js hackery

This commit is contained in:
Eric Fischer
2016-11-30 12:48:21 -05:00
parent e9b121b8cd
commit 33273eed4e
2 changed files with 2 additions and 4 deletions

View File

@@ -171,5 +171,4 @@
*/
logLevel: 1
};
}()) // eslint-disable-line semi
// A semicolon on the line above will break the requirejs optimizer
}());

View File

@@ -165,5 +165,4 @@
*/
logLevel: 1
};
}()) // eslint-disable-line semi
// A semicolon on the line above will break the requirejs optimizer
}());