@@ 3470-3470 (lines=1) @@ | ||
3467 | * @api private |
|
3468 | * @return {Array} |
|
3469 | */ |
|
3470 | NyanCat.prototype.generateColors = function () { |
|
3471 | var colors = []; |
|
3472 | ||
3473 | for (var i = 0; i < (6 * 7); i++) { |
@@ 225-225 (lines=1) @@ | ||
222 | * @api private |
|
223 | * @return {Array} |
|
224 | */ |
|
225 | NyanCat.prototype.generateColors = function () { |
|
226 | var colors = []; |
|
227 | ||
228 | for (var i = 0; i < (6 * 7); i++) { |