Skip to content

Commit

Permalink
Fix typo from 'arraify' to 'arrayify' (impress#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre authored and FagnerMartinsBrack committed Nov 2, 2016
1 parent 1bf0579 commit 82bc45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/impress.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

} )();

// `arraify` takes an array-like object and turns it into real Array
// `arrayify` takes an array-like object and turns it into real Array
// to make all the Array.prototype goodness available.
var arrayify = function( a ) {
return [].slice.call( a );
Expand Down

0 comments on commit 82bc45e

Please sign in to comment.