Update sources if they change

This commit is contained in:
Lukas Martinelli
2016-12-29 15:22:47 +01:00
parent bf5131cadd
commit 29cfb58a56
7 changed files with 46 additions and 13 deletions
-1
View File
@@ -30,7 +30,6 @@ function ensureHasNoRefs(style) {
...style,
layers: derefLayers(style.layers)
}
console.log(derefedStyle)
return derefedStyle
}