Commit fbcdeabdaf74de306deb2cf5462220e431f6a814
Update index.js
wanderer authored on 8/2/2017, 7:19:56 PMGitHub committed on 8/2/2017, 7:19:56 PM
Parent: f70855436c6ff4f1f122ea085fdba68dd5770cdf
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -40,8 +40,8 @@ | |||
40 | 40 … | } | |
41 | 41 … | ||
42 | 42 … | // each container type used in a hypervisor instance must have a different | |
43 | 43 … | // id defined as an interger. This can be overriden at the time the container is registered with the hypervisor. | |
44 | - static get containerTypeId () { | ||
44 … | + static get typeId () { | ||
45 | 45 … | throw new Error('Unimplemented container type id') | |
46 | 46 … | } | |
47 | 47 … | } |
Built with git-ssb-web