mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
/// <reference path="typings/jquery/jquery.d.ts" />
|
|
/// <reference path="typings/jsrender/jsrender.d.ts" />
|
|
|
|
class IndexPage {
|
|
private panelSelector: string = "#expand-panel";
|
|
} |