Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
must set forceCollectObservers before inclusion by platform.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 10, 2013
1 parent a396e26 commit 8ae7e17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/html/mdv-shadow.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<meta charset="UTF-8">
<title>MDV + ShadowDOM Polyfill Integration Tests</title>
<link rel="stylesheet" href="../../node_modules/mocha/mocha.css">
<script src="../../platform.js" shadow="polyfill"></script>
<script src="../../node_modules/mocha/mocha.js"></script>
<script src="../../node_modules/chai/chai.js"></script>
<script src="../../../tools/test/htmltest.js"></script>
<script>
var parserHasNativeTemplate = function() {
var div = document.createElement('div');
Expand All @@ -23,6 +19,10 @@

var forceCollectObservers = true;
</script>
<script src="../../platform.js" shadow="polyfill"></script>
<script src="../../node_modules/mocha/mocha.js"></script>
<script src="../../node_modules/chai/chai.js"></script>
<script src="../../../tools/test/htmltest.js"></script>
</head>
<body>
<script>
Expand Down

0 comments on commit 8ae7e17

Please sign in to comment.