corrected tests and serializer so they can support custom user model, added a readme (to be expanded) with configuration information for the field renkan api will use to render user information
define([], function ($, _) {
'use strict';
return {
getUtils: function(){
return window.Rkns.Utils;
},
getRenderer: function(){
return window.Rkns.Renderer;
}
};
});