Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit d045a51

Browse files
committed
Retabbing
1 parent 1f9c8f6 commit d045a51

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

app/models/release.js

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -103,41 +103,41 @@ var ReleaseSchema = new Schema({
103103
default: ""
104104
},
105105

106-
/**
107-
* Size of the debug version compressed
108-
* @property {String} compressedSize
109-
*/
110-
debugCompressedSize: {
111-
type: String,
112-
default: "0"
113-
},
114-
115-
/**
116-
* Size of the debug version uncompressed
117-
* @property {String} compressedSize
118-
*/
119-
debugUncompressedSize: {
120-
type: String,
121-
default: "0"
122-
},
123-
124-
/**
125-
* Size of the game compressed
126-
* @property {String} compressedSize
127-
*/
128-
releaseCompressedSize: {
129-
type: String,
130-
default: "0"
131-
},
132-
133-
/**
134-
* Size of the game uncompressed
135-
* @property {String} compressedSize
136-
*/
137-
releaseUncompressedSize: {
138-
type: String,
139-
default: "0"
140-
},
106+
/**
107+
* Size of the debug version compressed
108+
* @property {String} compressedSize
109+
*/
110+
debugCompressedSize: {
111+
type: String,
112+
default: "0"
113+
},
114+
115+
/**
116+
* Size of the debug version uncompressed
117+
* @property {String} compressedSize
118+
*/
119+
debugUncompressedSize: {
120+
type: String,
121+
default: "0"
122+
},
123+
124+
/**
125+
* Size of the game compressed
126+
* @property {String} compressedSize
127+
*/
128+
releaseCompressedSize: {
129+
type: String,
130+
default: "0"
131+
},
132+
133+
/**
134+
* Size of the game uncompressed
135+
* @property {String} compressedSize
136+
*/
137+
releaseUncompressedSize: {
138+
type: String,
139+
default: "0"
140+
},
141141

142142
/**
143143
* Definition of what features, sizes and ui

0 commit comments

Comments
 (0)