Skip to content

Commit

Permalink
fix #33 via upgrade es5-shim version
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 3, 2015
1 parent 0cfd895 commit c351ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/templates/layout.html
Expand Up @@ -33,7 +33,7 @@
}
})(this.console = this.console || {});
</script>
<script src="https://a.alipayobjects.com/??bluebird/2.9.30/bluebird.js,jquery/jquery/1.11.1/jquery.js,es5-shim/4.0.5/es5-shim-debug.js,es5-shim/4.0.5/es5-sham-debug.js,html5shiv/3.7.2/src/html5shiv.js,react/0.13.3/react.js,react-router/0.13.3/ReactRouter.js"></script>
<script src="https://a.alipayobjects.com/??bluebird/2.9.30/bluebird.js,jquery/jquery/1.11.1/jquery.js,es5-shim/4.1.10/es5-shim.js,es5-shim/4.1.10/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js,react/0.13.3/react.js,react-router/0.13.3/ReactRouter.js"></script>
<script>
var ANT_COMPONENTS = [];
{%- for item in resource.pages|find_category(["CSS","Components"]) %}
Expand Down

0 comments on commit c351ae5

Please sign in to comment.