vendor/assets/src/medias/rubies/examples/drag.rb in atome-0.5.3.8.1 vs vendor/assets/src/medias/rubies/examples/drag.rb in atome-0.5.3.8.8
- old
+ new
@@ -40,8 +40,8 @@
# b.drag({ constraint: :the_boxy })
cc=circle(drag: true)
bb=box({drag: true, color: :yellow})
-bb.parents(cc.id)
+bb.attach(cc.id)
# alert"#{b.parents.class} : #{b.parents}"
\ No newline at end of file