Skip to content

Commit c89fd57

Browse files
committed
Added missing <reference />
1 parent 3c8a3f9 commit c89fd57

9 files changed

+788
-767
lines changed

bin/puremvc-typescript-employeeadmin-1.0-min.js

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/puremvc-typescript-employeeadmin-1.0.js

Lines changed: 716 additions & 716 deletions
Large diffs are not rendered by default.

src/model/vo/RoleVO.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
///<reference path='../../../lib/puremvc/puremvc-typescript-standard-1.0.d.ts'/>
22

3+
///<reference path='../enum/RoleEnum.ts'/>
34
/**
45
* The value object in charge of transporting the data to describe each user roles.
56
*/

src/view/RolePanelMediator.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
///<reference path='../../lib/puremvc/puremvc-typescript-standard-1.0.d.ts'/>
22

3+
///<reference path='../abc/NotificationNames.ts'/>
4+
///<reference path='../abc/ProxyNames.ts'/>
5+
///<reference path='../model/RoleProxy.ts'/>
6+
///<reference path='components/RolePanel.ts'/>
7+
38
/**
49
* Role panel component <code>Mediator</code>.
510
*/

src/view/UserFormMediator.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
///<reference path='../../lib/puremvc/puremvc-typescript-standard-1.0.d.ts'/>
22

3+
///<reference path='../abc/NotificationNames.ts'/>
4+
///<reference path='../abc/ProxyNames.ts'/>
5+
///<reference path='../model/vo/RoleVO.ts'/>
6+
///<reference path='../model/enum/RoleEnum.ts'/>
7+
///<reference path='../model/UserProxy.ts'/>
8+
///<reference path='components/UserForm.ts'/>
9+
310
/**
411
* User form component <code>Mediator</code>.
512
*/

src/view/UserListMediator.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
///<reference path='../../lib/puremvc/puremvc-typescript-standard-1.0.d.ts'/>
22

33
///<reference path='../abc/NotificationNames.ts'/>
4+
///<reference path='../abc/ProxyNames.ts'/>
5+
///<reference path='../model/UserProxy.ts'/>
6+
///<reference path='components/UserList.ts'/>
47

58
/**
69
* User list component <code>Mediator</code>.

src/view/components/RolePanel.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
///<reference path='../../../lib/jquery/jquery-1.7.x-jqueryui-1.8.x.d.ts'/>
33

44
///<reference path='UiComponent.ts'/>
5+
///<reference path='../../model/vo/RoleVO.ts'/>
6+
///<reference path='../../model/vo/UserVO.ts'/>
7+
///<reference path='../..//model/enum/RoleEnum.ts'/>
58

69
/**
710
* The UI component in charge of the <em>role panel</em>.

src/view/components/UserForm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
///<reference path='../../../lib/jquery/jquery-1.7.x-jqueryui-1.8.x.d.ts'/>
33

44
///<reference path='../../model/enum/DeptEnum.ts'/>
5+
///<reference path='../../model/enum/RoleEnum.ts'/>
56
///<reference path='../../model/vo/RoleVO.ts'/>
67
///<reference path='../../model/vo/UserVO.ts'/>
78
///<reference path='UiComponent.ts'/>

src/view/components/UserList.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
///<reference path='../../../lib/puremvc/puremvc-typescript-standard-1.0.d.ts'/>
22
///<reference path='../../../lib/jquery/jquery-1.7.x-jqueryui-1.8.x.d.ts'/>
33

4+
///<reference path='../../model/vo/UserVO.ts'/>
45
///<reference path='UiComponent.ts'/>
56

67
/**

0 commit comments

Comments
 (0)