/*
 * Ext JS Library 2.0.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

// some data used in the examples
Ext.namespace('Ext.skyregion');

Ext.exampledata.skyregion = [
        ['1', 'J2000'],
        ['2', 'B1950']
    ];
