Simon Egersand
2017-01-01 679cc20b3b48abd957193440391c2713e15dd1d1
commit | author | age
50375c 1 <!--- Provide a general summary of your changes in the Title above. -->
SE 2
3 ## Description
4 <!--- Describe your changes in detail. -->
5
6 ## Motivation and Context
7 <!--- Why do you think this pull request should be merged? -->
8 <!--- Does it solve a problem, in that case what problem? -->
9 <!--- If it fixes an open issue, please link to the issue here. -->
10
11 ## Checklist
12 <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
13 <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
7de2a9 14 - [ ] My change required changes to the documentation.
SE 15 - - [ ] I have updated the documentation accordingly.
16 - - [ ] I have updated the TypeScript type definition accordingly.
50375c 17 - [ ] I have added tests to cover my changes.
SE 18 - [ ] All new and existing tests passed.