Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / states.js
diff --git a/examples/form/states.js b/examples/form/states.js
deleted file mode 100644 (file)
index cf4e606..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-// some data used in the examples\r
-Ext.namespace('Ext.exampledata');\r
-\r
-Ext.exampledata.states = [\r
-        ['AL', 'Alabama', 'The Heart of Dixie'],\r
-        ['AK', 'Alaska', 'The Land of the Midnight Sun'],\r
-        ['AZ', 'Arizona', 'The Grand Canyon State'],\r
-        ['AR', 'Arkansas', 'The Natural State'],\r
-        ['CA', 'California', 'The Golden State'],\r
-        ['CO', 'Colorado', 'The Mountain State'],\r
-        ['CT', 'Connecticut', 'The Constitution State'],\r
-        ['DE', 'Delaware', 'The First State'],\r
-        ['DC', 'District of Columbia', "The Nation's Capital"],\r
-        ['FL', 'Florida', 'The Sunshine State'],\r
-        ['GA', 'Georgia', 'The Peach State'],\r
-        ['HI', 'Hawaii', 'The Aloha State'],\r
-        ['ID', 'Idaho', 'Famous Potatoes'],\r
-        ['IL', 'Illinois', 'The Prairie State'],\r
-        ['IN', 'Indiana', 'The Hospitality State'],\r
-        ['IA', 'Iowa', 'The Corn State'],\r
-        ['KS', 'Kansas', 'The Sunflower State'],\r
-        ['KY', 'Kentucky', 'The Bluegrass State'],\r
-        ['LA', 'Louisiana', 'The Bayou State'],\r
-        ['ME', 'Maine', 'The Pine Tree State'],\r
-        ['MD', 'Maryland', 'Chesapeake State'],\r
-        ['MA', 'Massachusetts', 'The Spirit of America'],\r
-        ['MI', 'Michigan', 'Great Lakes State'],\r
-        ['MN', 'Minnesota', 'North Star State'],\r
-        ['MS', 'Mississippi', 'Magnolia State'],\r
-        ['MO', 'Missouri', 'Show Me State'],\r
-        ['MT', 'Montana', 'Big Sky Country'],\r
-        ['NE', 'Nebraska', 'Beef State'],\r
-        ['NV', 'Nevada', 'Silver State'],\r
-        ['NH', 'New Hampshire', 'Granite State'],\r
-        ['NJ', 'New Jersey', 'Garden State'],\r
-        ['NM', 'New Mexico', 'Land of Enchantment'],\r
-        ['NY', 'New York', 'Empire State'],\r
-        ['NC', 'North Carolina', 'First in Freedom'],\r
-        ['ND', 'North Dakota', 'Peace Garden State'],\r
-        ['OH', 'Ohio', 'The Heart of it All'],\r
-        ['OK', 'Oklahoma', 'Oklahoma is OK'],\r
-        ['OR', 'Oregon', 'Pacific Wonderland'],\r
-        ['PA', 'Pennsylvania', 'Keystone State'],\r
-        ['RI', 'Rhode Island', 'Ocean State'],\r
-        ['SC', 'South Carolina', 'Nothing Could be Finer'],\r
-        ['SD', 'South Dakota', 'Great Faces, Great Places'],\r
-        ['TN', 'Tennessee', 'Volunteer State'],\r
-        ['TX', 'Texas', 'Lone Star State'],\r
-        ['UT', 'Utah', 'Salt Lake State'],\r
-        ['VT', 'Vermont', 'Green Mountain State'],\r
-        ['VA', 'Virginia', 'Mother of States'],\r
-        ['WA', 'Washington', 'Green Tree State'],\r
-        ['WV', 'West Virginia', 'Mountain State'],\r
-        ['WI', 'Wisconsin', "America's Dairyland"],\r
-        ['WY', 'Wyoming', 'Like No Place on Earth']\r
-    ];
\ No newline at end of file