This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-2500: Remove unnecessary semi-column
4.3
Joris Tirado
9 years ago
parent
a6e143b661
commit
bdf75bcd7c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
submodules/strategy/strategy.js
+ 1
- 1
submodules/strategy/strategy.js
View File
@ -1189,7 +1189,7 @@ define(function(require){
}
}
}
}
}
}
}
)
;
}
)
}
,
}
,
success
:
function
(
updatedFaxbox
)
{
success
:
function
(
updatedFaxbox
)
{
callback
(
null
,
updatedFaxbox
)
;
callback
(
null
,
updatedFaxbox
)
;
Write
Preview
Loading…
Cancel
Save