mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Replace tabs with 4 white-spaces.
This commit is contained in:
parent
687199e95d
commit
48cb05a181
230 changed files with 35818 additions and 35816 deletions
|
@ -13,16 +13,16 @@
|
|||
module('Project');
|
||||
|
||||
test('activate()', function() {
|
||||
var project = new Project();
|
||||
var secondDoc = new Project();
|
||||
project.activate();
|
||||
var path = new Path();
|
||||
equals(function() {
|
||||
return project.activeLayer.children[0] == path;
|
||||
}, true);
|
||||
equals(function() {
|
||||
return secondDoc.activeLayer.children.length == 0;
|
||||
}, true);
|
||||
var project = new Project();
|
||||
var secondDoc = new Project();
|
||||
project.activate();
|
||||
var path = new Path();
|
||||
equals(function() {
|
||||
return project.activeLayer.children[0] == path;
|
||||
}, true);
|
||||
equals(function() {
|
||||
return secondDoc.activeLayer.children.length == 0;
|
||||
}, true);
|
||||
});
|
||||
|
||||
test('clear()', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue