Removed @since
Removed @since because it is no longer needed due to removing
@version in previous commit.
Change-Id: I04849fe39e5fb4482128a3c6fb7601d25da8a808
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/index.js b/app/index.js
index 783fbd2..b923ff9 100644
--- a/app/index.js
+++ b/app/index.js
@@ -5,7 +5,6 @@
* @exports app/index
*
* @author Developer Developer
- * @since 0.0.1
*/
import 'bootstrap/dist/css/bootstrap.css';
diff --git a/app/templates.js b/app/templates.js
index 3c9831f..c1c7cc3 100644
--- a/app/templates.js
+++ b/app/templates.js
@@ -3,7 +3,6 @@
*
* @module app/templates
* @exports app/templates
- * @since 0.0.1
*/
window.angular && (function (angular) {