Skip to content

Commit

Permalink
adds clamped type
Browse files Browse the repository at this point in the history
  • Loading branch information
fdansv committed Apr 28, 2015
1 parent c3b2232 commit 3309b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/torque/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
// types
var types = {
Uint8Array: typeof(global['Uint8Array']) !== 'undefined' ? global.Uint8Array : 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 3309b2c

Please sign in to comment.