Skip to content

Instantly share code, notes, and snippets.

View pejaneczek's full-sized avatar
👋

Paweł Janeczek pejaneczek

👋
View GitHub Profile
/* TEST */
/*Ext */
Ext.define('MojaAplikacja.view.main.Main', {
extend: "Ext.panel.Panel",
alias: 'widget.binding-two-way',
require: [
"Ext.grid.Panel",
"Ext.data.Store",
'Ext.grid.selection.SpreadsheetModel'