Skip to content

Commit d4254a3

Browse files
committed
fix: error in production build
1 parent e121a6d commit d4254a3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/progress-bar/progress-bar.directive.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
(function() {
42
'use strict'
53

@@ -23,4 +21,4 @@
2321
}
2422
}
2523
}
26-
})()
24+
})(); // add ";" to avoid issues after building into one file

src/components/track-icon/track-icon.directive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
}
1818
}
1919
}
20-
})()
20+
})(); // add ";" to avoid issues after building into one file

0 commit comments

Comments
 (0)