mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
12 lines
505 B
JavaScript
12 lines
505 B
JavaScript
YUI.add("yuidoc-meta", function(Y) {
|
|
Y.YUIDoc = { meta: {
|
|
"classes": [
|
|
"Collision\n\nDetects collisions between a DOM element against other DOM elements or\nCoords objects.",
|
|
"Coords\n\nCreates objects with coordinates (x1, y1, x2, y2, cx, cy, width, height)\nto simulate DOM elements on the screen.\nCoords is used by Gridster to create a faux grid with any DOM element can\ncollide.",
|
|
"Draggable",
|
|
"Gridster"
|
|
],
|
|
"modules": [],
|
|
"allModules": []
|
|
} };
|
|
}); |