Skip to content

Commit

Permalink
fix comment style causing an error as IE10- interprets this as a cond…
Browse files Browse the repository at this point in the history
…itional
  • Loading branch information
lukesaunders committed Aug 10, 2016
1 parent 345f55c commit be0358f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/i18nService.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ app.factory('I18nService', function() {
}

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

//human duration init, using it because momentjs does not allow accurate time (
// momentJS: a few moment ago, human duration : 4 seconds ago
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ app.factory('I18nService', function() {
}

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

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

0 comments on commit be0358f

Please sign in to comment.