Skip to content

Commit

Permalink
Merge e662422 into ecc5c71
Browse files Browse the repository at this point in the history
  • Loading branch information
ajduberstein committed Feb 6, 2020
2 parents ecc5c71 + e662422 commit 2d81f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/jupyter-widget/src/create-deck.js
Expand Up @@ -17,6 +17,7 @@ function extractClasses() {
for (const cls of classes) {
classesDict[cls] = deck[cls];
}
classesDict.SunLight = deck._SunLight;
return classesDict;
}

Expand Down

0 comments on commit 2d81f8f

Please sign in to comment.