diff --git a/site/public/documentation/planet.md b/site/public/documentation/planet.md index c966ab5..5bd7983 100644 --- a/site/public/documentation/planet.md +++ b/site/public/documentation/planet.md @@ -105,7 +105,7 @@ planet.onDraw(function() { planet.withSavedContext(function(context) { context.beginPath(); planet.path.context(context)({type: 'Sphere'}); - context.fillStyle = config.fill || 'black'; + context.fillStyle = 'black'; context.fill(); }); });