Mercurial
Mercurial
>
corpus_parole
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
server/bo_client/app/adapters/application.js
author
nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:57:10 +0100
changeset 45
b9adc23abd01
parent 4
f55970e41793
child 20
a9b98b16b053
permissions
-rw-r--r--
update visualisation with sample values
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
4
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff
changeset
1
import
DS
from
'ember-data'
;
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff
changeset
2
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff
changeset
3
export
default
DS
.
RESTAdapter
.
extend
({
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff
changeset
4
namespace
:
'api'
,
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff
changeset
5
});