Skip to content

Commit

Permalink
Merge 24b3e29 into 6e640d9
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmit committed Dec 8, 2016
2 parents 6e640d9 + 24b3e29 commit 0011918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/helpers/block-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const {
* <div>a b c</div>
*/
export function blockParams (params) {
return A(params)
return A(params.slice())
}

export default Helper.helper(blockParams)

0 comments on commit 0011918

Please sign in to comment.