Skip to content

Commit dff7e7a

Browse files
authored
Merge pull request pinpoint-apm#1999 from denzelsN/master
for jslint
2 parents dd2a2c2 + 88e7367 commit dff7e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎web/src/main/webapp/common/services/common-util.service.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
};
1212
this.getMilliSecond = function( timeStr ) {
1313
return moment( timeStr, dateTimeFormat ).valueOf();
14-
}
14+
};
1515
this.isEmpty = function( target ) {
1616
return angular.isUndefined( target ) || target === null || target === "";
1717
};

0 commit comments

Comments
 (0)