Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14253 from MBRSL/bug-943784-radio
Browse files Browse the repository at this point in the history
Bug 943784 - [UITest][HW] remove 'var navigator = window.navigator' in r..., r=gasolin
  • Loading branch information
gasolin committed Dec 2, 2013
2 parents 38bb3f6 + 7f453d8 commit bece7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_apps/uitest/js/HW/radio.js
Expand Up @@ -97,7 +97,6 @@ function radioTest() {
navigator.mozIccManager &&
('mozMobileConnection' in navigator) &&
navigator.mozMobileConnection) {
var navigator = window.navigator;
var conn = navigator.mozMobileConnection;
var iccManager = navigator.mozIccManager;

Expand Down

0 comments on commit bece7cb

Please sign in to comment.