Skip to content

Commit

Permalink
match popover deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Aug 5, 2015
1 parent 45f6acf commit 9cd8792
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/shared/behaviors/autoclosable.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<link rel="import" href="closable.html"/>
<script>
/**
* @license
Expand Down Expand Up @@ -49,7 +50,10 @@
}
};

scope.AutoClosable = AutoClosable;
scope.AutoClosable = [
scope.Closable,
AutoClosable
];
})(window.StrandTraits = window.StrandTraits || {});

</script>

0 comments on commit 9cd8792

Please sign in to comment.