Browse Source

* upd

modules
RubaXa 10 years ago
parent
commit
68e662f60a
  1. 2
      tests/Ply.tests.js
  2. 2
      tests/index.html

2
tests/Ply.tests.js

@ -77,7 +77,7 @@
equal(new Ply().contentEl.innerHTML, ''); equal(new Ply().contentEl.innerHTML, '');
equal(new Ply({ el: 'Wow!' }).contentEl.innerHTML, 'Wow!'); equal(new Ply({ el: 'Wow!' }).contentEl.innerHTML, 'Wow!');
equal(new Ply({ el: content }).layerEl.innerHTML, '<b>!</b>'); equal(new Ply({ el: content }).layerEl.innerHTML.replace(/\sstyle=".*?"/, ''), '<b>!</b>');
}); });

2
tests/index.html

@ -98,7 +98,7 @@
</script> </script>
</head> </head>
</body> <body>
<h1 id="qunit-header">Ply :: tests</h1> <h1 id="qunit-header">Ply :: tests</h1>
<h2 id="qunit-banner"></h2> <h2 id="qunit-banner"></h2>

Loading…
Cancel
Save