Skip to content

Commit

Permalink
Function declaration was not a proper format
Browse files Browse the repository at this point in the history
- Fixed it

Change-Id: I4e475d0c7d713dae2d6103a7bcef442b1db10d5e
Related-Bug: #1541806
  • Loading branch information
balamurugang committed Feb 6, 2016
1 parent ebb1699 commit ce64134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/config/networking/port/ui/js/models/portModel.js
Expand Up @@ -575,7 +575,7 @@ define([
}
},
// Function to update the routing Instance when the network is changed
updateMirrorRoutingInterface(portModel, newValue) {
updateMirrorRoutingInterface: function(portModel, newValue) {
var vnName = newValue.split(":");
vnName = getValueByJsonPath(vnName, "2");
portModel.mirrorToRoutingInstance(newValue+":"+vnName);
Expand Down

0 comments on commit ce64134

Please sign in to comment.