Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Change in code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago committed Jul 20, 2010
1 parent 204765e commit b295ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ws/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
In otherwords, don't run your website off it.
-----------------------------------------------*/

var Storage = function(){
module.exports = Storage;

function Storage(){
var data = {};

return {
Expand Down Expand Up @@ -63,6 +65,4 @@ var Storage = function(){
return JSON.stringify(data);
}
};
};

module.exports = Storage;
};

0 comments on commit b295ab5

Please sign in to comment.