Simon Egersand
2018-02-11 c6bf905a9c74a8c12fd4e3be1802385e22bf3108
commit | author | age
f7d1b4 1 <!-- Provide a general summary of your changes in the *Title* above -->
50375c 2
f7d1b4 3 ### Description
SE 4 <!-- Describe your changes in detail -->
50375c 5
f7d1b4 6 ### Motivation and Context
SE 7 <!--
8   * Why do you think this pull request should be merged?
9   * Does it solve a problem, in that case what problem?
10   * If these changes fixes an open issue, please provide a link to the issue here
11 -->
50375c 12
f7d1b4 13 ### Checklist
SE 14 <!--
15   The purpose of this checklist is for you to not forget changes you most likely should do. Look 
16   through the following points, and put an "x" in all the boxes that apply. If you're unsure about 
17   any of these points, then we'd recommend you to read the README. If something still is unclear 
18   then don't hesitate to ask. We're here to help!
19 -->
20 ```
c6bf90 21 [ ] I have not included any built dist files (us maintainers do that prior to a new release)
f7d1b4 22 [ ] I have added tests covering my changes
SE 23 [ ] All new and existing tests pass
24 [ ] My changes required the documentation to be updated
25   [ ] I have updated the documentation accordingly
26   [ ] I have updated the TypeScript 1.8 type definitions accordingly
27   [ ] I have updated the TypeScript 2.0+ type definitions accordingly
28 ```
29
30
31 <!--
32   Is there anything in this template you think is confusing, unclear, redundant or just simply bad?
33   Please let us know either via creating an issue or creating a PR with changes to it.
34 -->