diff options
Diffstat (limited to 'includes/js/dijit/demos/i18n/continents.json')
-rw-r--r-- | includes/js/dijit/demos/i18n/continents.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/js/dijit/demos/i18n/continents.json b/includes/js/dijit/demos/i18n/continents.json deleted file mode 100644 index 994842b..0000000 --- a/includes/js/dijit/demos/i18n/continents.json +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: "continent", name: "Africa", iso: "Africa" }, -{ type: "continent", name: "Asia", iso: "Asia" }, -{ type: "continent", name: "Europe", iso: "Europe" }, -{ type: "continent", name: "North America", iso: "North America" }, -{ type: "continent", name: "South America", iso: "South America" }, -{ type: "continent", name: "Oceania", iso: "Oceania" }, -{ type: "continent", name: "Antarctica", iso: "Antarctica" } -] |