diff --git a/examples/Paperjs.org/Qbertify.html b/examples/Paperjs.org/Qbertify.html
index 4ebce00c..7ca885fa 100644
--- a/examples/Paperjs.org/Qbertify.html
+++ b/examples/Paperjs.org/Qbertify.html
@@ -41,7 +41,6 @@
for (var i = 0; i < 2; i++) {
var path = new Path({
closed: true,
- selected: true,
parent: group,
fillColor: i == 0 ? 'white' : 'black'
});