Skip to content

Commit

Permalink
[FIX] comments in require sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jun 25, 2015
1 parent 5ea368d commit b5f3cfb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/accessor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// MODULES //
// FUNCTIONS //

var ERFINV = require( './number.js' );

Expand Down
2 changes: 1 addition & 1 deletion lib/array.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// MODULES //
// FUNCTIONS //

var ERFINV = require( './number.js' );

Expand Down
8 changes: 6 additions & 2 deletions lib/deepset.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
// MODULES //

var deepSet = require( 'utils-deep-set' ).factory,
deepGet = require( 'utils-deep-get' ).factory,
ERFINV = require( './number.js' );
deepGet = require( 'utils-deep-get' ).factory;


// FUNCTIONS //

var ERFINV = require( './number.js' );


// INVERSE ERROR FUNCTION //
Expand Down
2 changes: 1 addition & 1 deletion lib/matrix.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// MODULES //
// FUNCTIONS //

var ERFINV = require( './number.js' );

Expand Down
2 changes: 1 addition & 1 deletion lib/typedarray.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// MODULES //
// FUNCTIONS //

var ERFINV = require( './number.js' );

Expand Down

0 comments on commit b5f3cfb

Please sign in to comment.