Simon Hunt

GUI -- Removed @author tags from all .js/.css etc. to match our code style choice.

Change-Id: I4d0f572678a01a582226d99ef43cfedd1c559402
Showing 68 changed files with 1 additions and 150 deletions
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Showing Icons Test Module 18 ONOS GUI -- Showing Icons Test Module
19 -
20 - @author Bri Prebilic Cole
21 */ 19 */
22 20
23 (function () { 21 (function () {
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
17 17
18 <!-- 18 <!--
19 ONOS -- Displaying icons with Angular test page 19 ONOS -- Displaying icons with Angular test page
20 -
21 - @author Bri Prebilic Cole
22 --> 20 -->
23 21
24 <html> 22 <html>
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
17 17
18 <!-- 18 <!--
19 ONOS -- Embedded checkmarks and xmarks in table page 19 ONOS -- Embedded checkmarks and xmarks in table page
20 -
21 - @author Bri Prebilic Cole
22 --> 20 -->
23 <html> 21 <html>
24 <head> 22 <head>
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
17 17
18 <!-- 18 <!--
19 ONOS -- Embedded icon test page 19 ONOS -- Embedded icon test page
20 -
21 - @author Simon Hunt
22 - @author Bri Prebilic Cole
23 --> 20 -->
24 <html> 21 <html>
25 <head> 22 <head>
......
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
16 --> 16 -->
17 17
18 <!-- 18 <!--
19 - ONOS -- Glyphs library test page 19 + ONOS -- Glyphs library test page (old version)
20 -
21 - @author Simon Hunt
22 --> 20 -->
23 <html> 21 <html>
24 <head> 22 <head>
......
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
18 <!-- 18 <!--
19 Testing transformations for transitioning between overhead and 19 Testing transformations for transitioning between overhead and
20 perspective projections of two layers. 20 perspective projections of two layers.
21 -
22 - @author Simon Hunt
23 --> 21 -->
24 <html> 22 <html>
25 <head> 23 <head>
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- common -- CSS file 18 ONOS GUI -- common -- CSS file
19 -
20 - @author Simon Hunt
21 - @author Bri Prebilic Cole
22 */ 19 */
23 20
24 table.summary-list { 21 table.summary-list {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Our own Angular directives defined here. 18 ONOS GUI -- Our own Angular directives defined here.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function () { 21 (function () {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Masthead -- CSS file 18 ONOS GUI -- Masthead -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #mast { 21 #mast {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Masthead Module 18 ONOS GUI -- Masthead Module
19 -
20 - @author Simon Hunt
21 */ 19 */
22 (function () { 20 (function () {
23 'use strict'; 21 'use strict';
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Navigation -- CSS file 18 ONOS GUI -- Navigation -- CSS file
19 -
20 - @author Simon Hunt
21 - @author Bri Prebilic Cole
22 */ 19 */
23 20
24 #nav { 21 #nav {
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Navigation Module 18 ONOS GUI -- Navigation Module
19 -
20 - @author Simon Hunt
21 - @author Bri Prebilic Cole
22 */ 19 */
23 (function () { 20 (function () {
24 'use strict'; 21 'use strict';
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Remote Communications Module 18 ONOS GUI -- Remote Communications Module
19 -
20 - @author Bri Prebilic Cole
21 - @author Simon Hunt
22 */ 19 */
23 (function () { 20 (function () {
24 'use strict'; 21 'use strict';
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Remote Communications Module -- REST Service 18 ONOS GUI -- Remote Communications Module -- REST Service
19 -
20 - @author Bri Prebilic Cole
21 - @author Simon Hunt
22 */ 19 */
23 (function () { 20 (function () {
24 'use strict'; 21 'use strict';
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Remote -- General Purpose Functions 18 ONOS GUI -- Remote -- General Purpose Functions
19 -
20 - @author Simon Hunt
21 - @author Bri Prebilic Cole
22 */ 19 */
23 (function () { 20 (function () {
24 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- GeoData Service 18 ONOS GUI -- SVG -- GeoData Service
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 /* 21 /*
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Glyph Service 18 ONOS GUI -- SVG -- Glyph Service
19 -
20 - @author Simon Hunt
21 - @author Bri Prebilic Cole
22 */ 19 */
23 (function () { 20 (function () {
24 'use strict'; 21 'use strict';
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Icon Service 18 ONOS GUI -- SVG -- Icon Service
19 -
20 - @author Simon Hunt
21 - @author Bri Prebilic Cole
22 */ 19 */
23 (function () { 20 (function () {
24 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Map Service 18 ONOS GUI -- SVG -- Map Service
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 /* 21 /*
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Scalable Vector Graphics Module 18 ONOS GUI -- Scalable Vector Graphics Module
19 -
20 - @author Simon Hunt
21 */ 19 */
22 (function () { 20 (function () {
23 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Zoom Service 18 ONOS GUI -- SVG -- Zoom Service
19 -
20 - @author Simon Hunt
21 */ 19 */
22 (function () { 20 (function () {
23 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Util -- General Purpose Functions 18 ONOS GUI -- Util -- General Purpose Functions
19 -
20 - @author Simon Hunt
21 */ 19 */
22 (function () { 20 (function () {
23 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Util -- Key Handler Service 18 ONOS GUI -- Util -- Key Handler Service
19 -
20 - @author Simon Hunt
21 */ 19 */
22 (function () { 20 (function () {
23 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Util -- Theme Service 18 ONOS GUI -- Util -- Theme Service
19 -
20 - @author Simon Hunt
21 */ 19 */
22 (function () { 20 (function () {
23 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Utilities Module 18 ONOS GUI -- Utilities Module
19 -
20 - @author Simon Hunt
21 */ 19 */
22 (function () { 20 (function () {
23 'use strict'; 21 'use strict';
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- core -- CSS file 18 ONOS GUI -- core -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 html { 21 html {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Main Application Module 18 ONOS GUI -- Main Application Module
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function () { 21 (function () {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Sample View -- CSS file 18 ONOS GUI -- Sample View -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #ov-device { 21 #ov-device {
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Sample View Module 18 ONOS GUI -- Sample View Module
19 -
20 - @author Simon Hunt
21 - @author Bri Prebilic Cole
22 */ 19 */
23 20
24 (function () { 21 (function () {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Sample View -- CSS file 18 ONOS GUI -- Sample View -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #ov-sample .msg { 21 #ov-sample .msg {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Sample View Module 18 ONOS GUI -- Sample View Module
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function () { 21 (function () {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Topology View -- CSS file 18 ONOS GUI -- Topology View -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 .light #ov-topo svg { 21 .light #ov-topo svg {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Topology View Module 18 ONOS GUI -- Topology View Module
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function () { 21 (function () {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Base CSS file 18 Base CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 html { 21 html {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 D3 Utilities CSS file 18 D3 Utilities CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #d3u .light.norm.c1 { 21 #d3u .light.norm.c1 {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Utility functions for D3 visualizations. 18 Utility functions for D3 visualizations.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function (onos) { 21 (function (onos) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS -- SVG Glyphs Library. 18 ONOS -- SVG Glyphs Library.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 21
......
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
18 <!-- 18 <!--
19 ONOS UI - single page web app 19 ONOS UI - single page web app
20 Version 1.1 20 Version 1.1
21 -
22 - @author Simon Hunt
23 --> 21 -->
24 <html> 22 <html>
25 <head> 23 <head>
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Module template file for DIV based view. 18 Module template file for DIV based view.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function (onos) { 21 (function (onos) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Module template file for SVG based view. 18 Module template file for SVG based view.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function (onos) { 21 (function (onos) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Base Framework -- CSS file 18 ONOS GUI -- Base Framework -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 html, body { 21 html, body {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Base Framework 18 ONOS GUI -- Base Framework
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function ($) { 21 (function ($) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Feedback layer -- CSS file 18 ONOS GUI -- Feedback layer -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #feedback { 21 #feedback {
......
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
19 19
20 Defines the feedback layer for the UI. Used to give user visual feedback 20 Defines the feedback layer for the UI. Used to give user visual feedback
21 of choices, typically responding to keystrokes. 21 of choices, typically responding to keystrokes.
22 -
23 - @author Simon Hunt
24 */ 22 */
25 23
26 (function (onos){ 24 (function (onos){
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Floating Panels -- CSS file 18 ONOS GUI -- Floating Panels -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 .fpanel { 21 .fpanel {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Masthead -- CSS file 18 ONOS GUI -- Masthead -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #mast { 21 #mast {
......
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
19 19
20 Defines the masthead for the UI. Injects logo and title, as well as providing 20 Defines the masthead for the UI. Injects logo and title, as well as providing
21 the placeholder for a set of radio buttons. 21 the placeholder for a set of radio buttons.
22 -
23 - @author Simon Hunt
24 */ 22 */
25 23
26 (function (onos){ 24 (function (onos){
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Quick Help layer -- CSS file 18 ONOS GUI -- Quick Help layer -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #quickhelp { 21 #quickhelp {
......
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
19 19
20 Defines the key-map layer for the UI. Used to give user a list of 20 Defines the key-map layer for the UI. Used to give user a list of
21 key bindings; both global, and for the current view. 21 key bindings; both global, and for the current view.
22 -
23 - @author Simon Hunt
24 */ 22 */
25 23
26 (function (onos){ 24 (function (onos){
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Sample module file to illustrate framework integration. 18 Sample module file to illustrate framework integration.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function (onos) { 21 (function (onos) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Sample view to illustrate hash formats. 18 Sample view to illustrate hash formats.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function (onos) { 21 (function (onos) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Sample view to illustrate key bindings. 18 Sample view to illustrate key bindings.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function (onos) { 21 (function (onos) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 Sample view to illustrate radio buttons. 18 Sample view to illustrate radio buttons.
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 (function (onos) { 21 (function (onos) {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Masthead Controller - Unit Tests 18 ONOS GUI -- Masthead Controller - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('Controller: MastCtrl', function () { 20 describe('Controller: MastCtrl', function () {
23 // instantiate the masthead module 21 // instantiate the masthead module
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Remote -- REST Service - Unit Tests 18 ONOS GUI -- Remote -- REST Service - Unit Tests
19 -
20 - @author Bri Prebilic Cole
21 - @author Simon Hunt
22 */ 19 */
23 describe('factory: fw/remote/rest.js', function() { 20 describe('factory: fw/remote/rest.js', function() {
24 var $log, $httpBackend, fs, rs, promise; 21 var $log, $httpBackend, fs, rs, promise;
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Remote -- General Functions - Unit Tests 18 ONOS GUI -- Remote -- General Functions - Unit Tests
19 -
20 - @author Bri Prebilic Cole
21 - @author Simon Hunt
22 */ 19 */
23 describe('factory: fw/remote/urlfn.js', function () { 20 describe('factory: fw/remote/urlfn.js', function () {
24 var $log, $loc, ufs, fs; 21 var $log, $loc, ufs, fs;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- GeoData Service - Unit Tests 18 ONOS GUI -- SVG -- GeoData Service - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/svg/geodata.js', function() { 20 describe('factory: fw/svg/geodata.js', function() {
23 var $log, $httpBackend, fs, gds, promise; 21 var $log, $httpBackend, fs, gds, promise;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Glyph Service - Unit Tests 18 ONOS GUI -- SVG -- Glyph Service - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/svg/glyph.js', function() { 20 describe('factory: fw/svg/glyph.js', function() {
23 var $log, fs, gs, d3Elem; 21 var $log, fs, gs, d3Elem;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Icon Service - Unit Tests 18 ONOS GUI -- SVG -- Icon Service - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/svg/icon.js', function() { 20 describe('factory: fw/svg/icon.js', function() {
23 var is, d3Elem; 21 var is, d3Elem;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Map Service - Unit Tests 18 ONOS GUI -- SVG -- Map Service - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/svg/map.js', function() { 20 describe('factory: fw/svg/map.js', function() {
23 var $log, $httpBackend, fs, ms, d3Elem, promise; 21 var $log, $httpBackend, fs, ms, d3Elem, promise;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- SVG -- Zoom Service - Unit Tests 18 ONOS GUI -- SVG -- Zoom Service - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/svg/zoom.js', function() { 20 describe('factory: fw/svg/zoom.js', function() {
23 var $log, fs, zs, svg, zoomLayer, zoomer; 21 var $log, fs, zs, svg, zoomLayer, zoomer;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Util -- General Purpose Functions - Unit Tests 18 ONOS GUI -- Util -- General Purpose Functions - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/util/fn.js', function() { 20 describe('factory: fw/util/fn.js', function() {
23 var fs, 21 var fs,
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Key Handler Service - Unit Tests 18 ONOS GUI -- Key Handler Service - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/util/keys.js', function() { 20 describe('factory: fw/util/keys.js', function() {
23 var $log, ks, fs, 21 var $log, ks, fs,
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Util -- Theme Service - Unit Tests 18 ONOS GUI -- Util -- Theme Service - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('factory: fw/util/theme.js', function() { 20 describe('factory: fw/util/theme.js', function() {
23 var ts, $log; 21 var ts, $log;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Main App Controller - Unit Tests 18 ONOS GUI -- Main App Controller - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('Controller: OnosCtrl', function () { 20 describe('Controller: OnosCtrl', function () {
23 // instantiate the main module 21 // instantiate the main module
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Device Controller - Unit Tests 18 ONOS GUI -- Device Controller - Unit Tests
19 -
20 - @author Simon Hunt
21 */ 19 */
22 describe('Controller: OvDeviceCtrl', function () { 20 describe('Controller: OvDeviceCtrl', function () {
23 // instantiate the Device module 21 // instantiate the Device module
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
16 16
17 /* 17 /*
18 ONOS GUI -- Topology view -- CSS file 18 ONOS GUI -- Topology view -- CSS file
19 -
20 - @author Simon Hunt
21 */ 19 */
22 20
23 #topo svg #topo-bg { 21 #topo svg #topo-bg {
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
16 16
17 /* 17 /*
18 ONOS network topology viewer - version 1.1 18 ONOS network topology viewer - version 1.1
19 -
20 - @author Simon Hunt
21 - @author Thomas Vachuska
22 */ 19 */
23 20
24 (function (onos) { 21 (function (onos) {
......