Skip to content

Commit

Permalink
Update main header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
milcktoast committed Dec 2, 2014
1 parent 6432ae4 commit 9dd6c54
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
// Particulate.js 0.3.1
// ====================
// ..................................................
// Particulate.js
//
// version : 0.3.1
// authors : Jay Weeks
// license : MIT
// particulatejs.org
// ..................................................

(function () {
'use strict';
var lib = {VERSION : '0.3.1'};

var lib = {
VERSION : '0.3.1'
};

require('utils/*');
require('math/*');
require('forces/*');
require('constraints/*');
require('systems/*');

/**
@class Particulate
@static
*/
this.Particulate = lib;
}).call(this);

0 comments on commit 9dd6c54

Please sign in to comment.