File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var CodeboxApplication = Application.extend({
14
14
routes : { } ,
15
15
16
16
initialize : function ( ) {
17
- Application . __super__ . initialize . apply ( this , arguments ) ;
17
+ CodeboxApplication . __super__ . initialize . apply ( this , arguments ) ;
18
18
19
19
this . grid = new GridView ( {
20
20
columns : 10
@@ -33,4 +33,4 @@ var CodeboxApplication = Application.extend({
33
33
} ,
34
34
} ) ;
35
35
36
- module . exports = new CodeboxApplication ( ) ;
36
+ module . exports = new CodeboxApplication ( ) ;
Original file line number Diff line number Diff line change 67
67
"hr.list" : " 0.3.1" ,
68
68
"hr.storage" : " 0.2.0" ,
69
69
"hr.model" : " 0.2.0" ,
70
- "hr.view" : " 1.0.0 " ,
70
+ "hr.view" : " 1.0.1 " ,
71
71
"hr.collection" : " 0.2.0" ,
72
- "hr.class" : " 1.2.2 " ,
72
+ "hr.class" : " 1.2.3 " ,
73
73
"hr.dnd" : " 0.2.0" ,
74
74
"hr.gridview" : " 0.3.0" ,
75
75
"hr.logger" : " 0.3.0" ,
You can’t perform that action at this time.
0 commit comments