Skip to content

Commit

Permalink
Minor format nit. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Aug 10, 2016
1 parent 389f579 commit ba7ddc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lodash.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@
'Array', 'Buffer', 'DataView', 'Date', 'Error', 'Float32Array', 'Float64Array',
'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Map', 'Math', 'Object',
'Promise', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError', 'Uint8Array',
'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', '_', 'clearTimeout',
'isFinite', 'parseInt', 'setTimeout'
'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap',
'_', 'clearTimeout', 'isFinite', 'parseInt', 'setTimeout'
];

/** Used to make template sourceURLs easier to identify. */
Expand Down

0 comments on commit ba7ddc8

Please sign in to comment.