Files
librenms-librenms/docs/api.js
2012-07-23 22:08:09 +02:00

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": []
} };
});