17 lines
252 B
JavaScript
17 lines
252 B
JavaScript
|
|
// setTimeout(function() {
|
|
//
|
|
// $(".boat").throwable({
|
|
// containment: "parent",
|
|
// impulse: {
|
|
// f: 52,
|
|
// p: {
|
|
// x: Math.random(),
|
|
// y: Math.random()
|
|
// }
|
|
// }
|
|
// });
|
|
//
|
|
// }, 3000);
|
|
|