X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/locale/dutch-provinces.js diff --git a/examples/locale/dutch-provinces.js b/examples/locale/dutch-provinces.js index 037b0ed4..46c34748 100644 --- a/examples/locale/dutch-provinces.js +++ b/examples/locale/dutch-provinces.js @@ -1,25 +1,23 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -// some data used in the examples -Ext.namespace('Ext.exampledata'); - -Ext.exampledata.dutch_provinces = [ - ['Drenthe'], - ['Flevoland'], - ['Friesland'], - ['Gelderland'], - ['Groningen'], - ['Limburg'], - ['Noord-Brabant'], - ['Noord-Holland'], - ['Overijsel'], - ['Utrecht'], - ['Zeeland'], - ['Zuid-Holland'] - ]; +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ +// some data used in the examples +Ext.namespace('Ext.exampledata'); + +Ext.exampledata.dutch_provinces = [ + ['Drenthe'], + ['Flevoland'], + ['Friesland'], + ['Gelderland'], + ['Groningen'], + ['Limburg'], + ['Noord-Brabant'], + ['Noord-Holland'], + ['Overijsel'], + ['Utrecht'], + ['Zeeland'], + ['Zuid-Holland'] + ];