Browse Source

强迫症,去掉多余的逗号消报红线

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@358 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
1e2b357354
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/resources/js/index/app.js

+ 3 - 3
src/main/webapp/resources/js/index/app.js

@@ -172,7 +172,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/PurcOrder',
 
 
 					},
 					},
 					innerRadius : 0,
 					innerRadius : 0,
-					lineLegend : 'lineEnd',
+					lineLegend : 'lineEnd'
 				}
 				}
 			},
 			},
 			sale : {
 			sale : {
@@ -218,7 +218,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/PurcOrder',
 
 
 					},
 					},
 					innerRadius : 0,
 					innerRadius : 0,
-					lineLegend : 'lineEnd',
+					lineLegend : 'lineEnd'
 				}
 				}
 			},
 			},
 			seller : {
 			seller : {
@@ -264,7 +264,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/PurcOrder',
 
 
 					},
 					},
 					innerRadius : 0,
 					innerRadius : 0,
-					lineLegend : 'lineEnd',
+					lineLegend : 'lineEnd'
 				}
 				}
 			}
 			}
 		};
 		};