Skip to content

Commit

Permalink
fixed tabs/spaces in TypedArray feature detection to pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Aug 18, 2012
1 parent b248337 commit 8a7b3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature-detects/typed-arrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
// Blackberry Browser < 10.0
// CanIUse Compatibility Reference: http://caniuse.com/typedarrays
// Mozilla Developer Network:
// https://developer.mozilla.org/en-US/docs/JavaScript_typed_arrays
// https://developer.mozilla.org/en-US/docs/JavaScript_typed_arrays
// TypedArray Specification:
// http://www.khronos.org/registry/typedarray/specs/latest/
// http://www.khronos.org/registry/typedarray/specs/latest/
//
// by Stanley Stuart <fivetanley>

Expand Down

0 comments on commit 8a7b3c1

Please sign in to comment.