/** @license ---------------------------------------------- Copyright (c) 2012, Fergal Moran. All rights reserved. Code provided under the BSD License: */ var User = DSSModel.extend({ urlRoot:com.podnoms.settings.urlRoot + "user/", isValid:function () { this.errors = {}; return ""; } });