Skip to content

Commit

Permalink
add enter
Browse files Browse the repository at this point in the history
  • Loading branch information
yankouskia committed Mar 19, 2016
1 parent 16ff144 commit 2074c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init_data/computers.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ var computerModel = {
price: [300, 340, 380, 420, 460, 495, 510, 530, 560, 580, 640, 670, 725, 760, 780, 840, 850, 860, 920, 940, 1020, 1150, 1280, 1500]
};

module.exports = generator(computerModel, 200);
module.exports = generator(computerModel, 200);
2 changes: 1 addition & 1 deletion init_data/phones.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ var phoneModel = {
price: [200, 220, 240, 260, 280, 300, 330, 360, 390, 420, 450, 480, 500, 540, 560, 580, 600, 620, 660, 710, 730, 800]
};

module.exports = generator(phoneModel, 250);
module.exports = generator(phoneModel, 250);

0 comments on commit 2074c74

Please sign in to comment.