Why you created array variable directly you can pass sorter,
oBinding.sort(new sap.ui.model.Sorter(sKey,false));
Check out this blog-http://scn.sap.com/community/developer-center/front-end/blog/2013/11/29/custom-sorter-and-grouper
And this example-JS Bin - Collaborative JavaScript Debugging