@@ -12,12 +12,12 @@ module app.common {
1212 var products: app.domain.IProduct[] = [];
1313 var product: app.domain.IProduct;
1414
15- product = new app.domain.Product(1, "Leaf Rake", "GDN-0011", new Date(2009, 3 , 19), 19.95,
15+ product = new app.domain.Product(1, "Leaf Rake", "GDN-0011", new Date(2009, 2 , 19), 19.95,
1616 "Leaf rake with 48-inch wooden handle.",
1717 "http://openclipart.org/image/300px/svg_to_png/26215/Anonymous_Leaf_Rake.png");
1818 products.push(product);
1919
20- product = new app.domain.Product(2, "Garden Cart", "GDN-0023", new Date(2010, 3 , 18), 26.95,
20+ product = new app.domain.Product(2, "Garden Cart", "GDN-0023", new Date(2010, 2 , 18), 26.95,
2121 "15 gallon capacity rolling garden cart",
2222 "http://openclipart.org/image/300px/svg_to_png/58471/garden_cart.png");
2323 products.push(product);
@@ -27,12 +27,12 @@ module app.common {
2727 "http://openclipart.org/image/300px/svg_to_png/27070/egore911_saw.png");
2828 products.push(product);
2929
30- product = new app.domain.Product(4, "Hammer", "TBX-0048", new Date(2013, 5 , 21), 8.99,
30+ product = new app.domain.Product(4, "Hammer", "TBX-0048", new Date(2013, 4 , 21), 8.99,
3131 "Curved claw steel hammer",
3232 "http://openclipart.org/image/300px/svg_to_png/73/rejon_Hammer.png");
3333 products.push(product);
3434
35- product = new app.domain.Product(5, "Video Game Controller", "GMG-0042", new Date(2012, 10, 15 ), 35.95,
35+ product = new app.domain.Product(5, "Video Game Controller", "GMG-0042", new Date(2012, 9, 25 ), 35.95,
3636 "Standard five-button video game controller",
3737 "http://openclipart.org/image/300px/svg_to_png/120337/xbox-controller_01.png");
3838 products.push(product);
0 commit comments