Skip to content

Commit

Permalink
adds stupid comma
Browse files Browse the repository at this point in the history
  • Loading branch information
fdansv committed Apr 28, 2015
1 parent 3309b2c commit a27960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/torque/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
// types
var types = {
Uint8Array: typeof(global['Uint8Array']) !== 'undefined' ? global.Uint8Array : Array,
Uint8ClampedArray: typeof(global['Uint8ClampedArray']) !== 'undefined' ? global.Uint8ClampedArray: Array
Uint8ClampedArray: typeof(global['Uint8ClampedArray']) !== 'undefined' ? global.Uint8ClampedArray: Array,
Uint32Array: typeof(global['Uint32Array']) !== 'undefined' ? global.Uint32Array : Array,
Int16Array: typeof(global['Int16Array']) !== 'undefined' ? global.Int16Array : Array,
Int32Array: typeof(global['Int32Array']) !== 'undefined' ? global.Int32Array: Array
Expand Down

0 comments on commit a27960f

Please sign in to comment.