Skip to content

Commit

Permalink
Moved Typescript interface files to separate directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Jun 19, 2016
1 parent eb9ce6c commit 03a531c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions csrank.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference path="./jquery.d.ts" />
/// <reference path="./papaparse.d.ts" />
/// <reference path="./set.d.ts" />
/// <reference path="./pako.d.ts" />
/// <reference path="./typescript/jquery.d.ts" />
/// <reference path="./typescript/papaparse.d.ts" />
/// <reference path="./typescript/set.d.ts" />
/// <reference path="./typescript/pako.d.ts" />
var defaultCheckboxes = 16; /* The number of checkboxes (research areas) selected by default. */
var coauthorFile = "faculty-coauthors.csv";
var authorinfoFile = "generated-author-info.csv";
Expand Down
8 changes: 4 additions & 4 deletions csrank.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference path="./jquery.d.ts" />
/// <reference path="./papaparse.d.ts" />
/// <reference path="./set.d.ts" />
/// <reference path="./pako.d.ts" />
/// <reference path="./typescript/jquery.d.ts" />
/// <reference path="./typescript/papaparse.d.ts" />
/// <reference path="./typescript/set.d.ts" />
/// <reference path="./typescript/pako.d.ts" />

const defaultCheckboxes = 16; /* The number of checkboxes (research areas) selected by default. */
const coauthorFile = "faculty-coauthors.csv";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 03a531c

Please sign in to comment.