mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 810609 - Fix for bad resource path in test_phonenumber.xul. r=anygregor
This commit is contained in:
parent
6d4a6c33ae
commit
296041f68c
@ -20,7 +20,7 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
Components.utils.import("resource:///modules/PhoneNumber.jsm");
|
||||
Components.utils.import("resource://gre/modules/PhoneNumber.jsm");
|
||||
|
||||
function CantParse(dial, currentRegion) {
|
||||
var result = PhoneNumber.Parse(dial, currentRegion);
|
||||
|
Loading…
Reference in New Issue
Block a user