mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="ExtJS.d.ts" />
|
||||
|
||||
module MyApp.view {
|
||||
namespace MyApp.view {
|
||||
export interface CompanyGridPanel extends Ext.grid.IPanel {
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@ Ext.define("MyApp.view.CompanyGridPanel", <Ext.grid.IPanel>{
|
||||
title: "Company Listing",
|
||||
store: this.companyStore,
|
||||
columnLines: true,
|
||||
|
||||
|
||||
columns: [
|
||||
<Ext.grid.column.IColumn>{
|
||||
xtype: "gridcolumn",
|
||||
|
||||
Vendored
+18026
-18026
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user