зеркало из https://github.com/mozilla/pjs.git
Bug 397819. Microsummaries uses e4x Namespace objects when it shouldn't. r=myk, a=mconnor
This commit is contained in:
Родитель
01231857c1
Коммит
845748fec4
|
@ -56,8 +56,8 @@ const CHECK_INTERVAL = 15 * 1000; // 15 seconds
|
|||
// How often to check for generator updates, in seconds
|
||||
const GENERATOR_INTERVAL = 7 * 86400; // 1 week
|
||||
|
||||
const MICSUM_NS = new Namespace("http://www.mozilla.org/microsummaries/0.1");
|
||||
const XSLT_NS = new Namespace("http://www.w3.org/1999/XSL/Transform");
|
||||
const MICSUM_NS = "http://www.mozilla.org/microsummaries/0.1";
|
||||
const XSLT_NS = "http://www.w3.org/1999/XSL/Transform";
|
||||
|
||||
const ANNO_MICSUM_GEN_URI = "microsummary/generatorURI";
|
||||
const ANNO_MICSUM_EXPIRATION = "microsummary/expiration";
|
||||
|
|
Загрузка…
Ссылка в новой задаче