v0.2.2-rc.1
This commit is contained in:
parent
484a9d6c70
commit
270b20a2b0
110 changed files with 17357 additions and 3070 deletions
|
|
@ -31,8 +31,6 @@ describe("m.redraw()", function () {
|
|||
})
|
||||
|
||||
it("runs unnecessary redraws asynchronously", function () {
|
||||
if (mock.phantom) return
|
||||
|
||||
var root = mock.document.createElement("div")
|
||||
var view = sinon.spy()
|
||||
|
||||
|
|
@ -198,8 +196,6 @@ describe("m.redraw()", function () {
|
|||
})
|
||||
|
||||
dit("recreates the component when \"all\"", function (root) {
|
||||
if (mock.phantom) return
|
||||
|
||||
var count = 0
|
||||
function config(el, init) {
|
||||
if (!init) count++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue