Skip to content

Commit

Permalink
ordering issue for when assert is defined in native html imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Feb 12, 2016
1 parent e5063ca commit d81f6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/ready-elements.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script>
/* global chai */
var assert = chai.assert;
var configureList = [];
var readyList = [];

Expand Down

0 comments on commit d81f6bc

Please sign in to comment.