Commit f85ce3fc authored by Sindre Sorhus's avatar Sindre Sorhus

Emberjs: Workaround jQuery 1.8 compat until Ember 1.0 release

Fixes #304
parent f35a0a8d
......@@ -60,6 +60,10 @@
{{view view.ItemEditorView contentBinding="view.content"}}
{{/unless}}
</script>
<script>
// Workaround until Ember 1.0 is released
var ENV = {'FORCE_JQUERY': true};
</script>
<!-- /* Handlebars templates end */ -->
<script src="../../assets/base.js"></script>
<script src="../../assets/jquery.min.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment