Simon Hunt

test (added lines)

Change-Id: I9af9dceb5058d5d17c6943371d3c78e5d65ed65e
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 */ 15 */
16 16
17 /* 17 /*
18 - ONOS GUI -- Masthead 18 + ONOS GUI -- Masthead script
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.
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
53 class: 'right' 53 class: 'right'
54 }); 54 });
55 55
56 -}(ONOS));
...\ No newline at end of file ...\ No newline at end of file
56 +}(ONOS));
......