mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-29 21:18:20 +00:00
12 lines
257 B
JavaScript
12 lines
257 B
JavaScript
/** @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/"
|
|
});
|