##// END OF EJS Templates
added type parameter to dojo.store.api.SortInformation,...
added type parameter to dojo.store.api.SortInformation, added sort function to query sort option

File last commit:

r0:ab570232df7d default
r20:1c7650c17856 v1.0.8 default
Show More
tsconfig.json
15 lines | 288 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"types": [
"requirejs"
],
"module": "amd"
},
"include": [
"typings/**/*.d.ts",
"ts/**/*.ts",
"ts/**/*.tsx"
]
}