Skip to content

Commit be0358f

Browse files
committed
fix comment style causing an error as IE10- interprets this as a conditional
1 parent 345f55c commit be0358f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/js/i18nService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.factory('I18nService', function() {
2222
}
2323

2424
//moment init
25-
moment.locale(this.language); //@TODO maybe to remove, it should be handle by the user's application itself, and not inside the directive
25+
moment.locale(this.language); // @TODO maybe to remove, it should be handle by the user's application itself, and not inside the directive
2626

2727
//human duration init, using it because momentjs does not allow accurate time (
2828
// momentJS: a few moment ago, human duration : 4 seconds ago

dist/angular-timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ app.factory('I18nService', function() {
377377
}
378378

379379
//moment init
380-
moment.locale(this.language); //@TODO maybe to remove, it should be handle by the user's application itself, and not inside the directive
380+
moment.locale(this.language); // @TODO maybe to remove, it should be handle by the user's application itself, and not inside the directive
381381

382382
//human duration init, using it because momentjs does not allow accurate time (
383383
// momentJS: a few moment ago, human duration : 4 seconds ago

0 commit comments

Comments
 (0)