diff --git a/db.js b/db.js index 1b9b820..ba0d761 100644 --- a/db.js +++ b/db.js @@ -1,6 +1,6 @@ -var fs = require("fs"), - path = require("path"), - db_file = "./draggables.json"; +var fs = require("fs") + , path = require("path") + , db_file = "./draggables.json"; // Saves the draggables info object to the database file (synchronously). function save(obj) {