Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 457731 - Fix undefine in content.html
Added ESLint directive to specify amd environment

Signed-off-by: Albert Cui <aqc2109@columbia.edu>
  • Loading branch information
albertcui committed Jan 25, 2015
1 parent 016e38b commit 34a94a8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="content.css" />
<script type="text/javascript" src="../requirejs/require.js"></script>
<script type="text/javascript">
/*eslint-env amd*/
require({
baseUrl: '..',
packages: [
Expand Down

0 comments on commit 34a94a8

Please sign in to comment.