Commit 67649832 authored by yann300's avatar yann300

set storage location for mapping

parent 944b2a06
......@@ -3,7 +3,7 @@ var RefType = require('./RefType')
class Mapping extends RefType {
constructor () {
super(1, 32, 'mapping')
super(1, 32, 'mapping', 'storage')
}
decodeFromStorage (location, storageContent) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment