Pure NodeJS environment test runner: grunt node-test

This commit is contained in:
Лаврёнов Антон
2014-03-04 19:35:26 +08:00
parent a524ba9ec1
commit 798d1acf28
4 changed files with 150 additions and 28 deletions

View File

@@ -872,25 +872,7 @@ suite('Node', function() {
var layer = new Kinetic.Layer();
var group = new Kinetic.Group();
var points = [{
x: 73,
y: 250
}, {
x: 73,
y: 160
}, {
x: 340,
y: 23
}, {
x: 500,
y: 109
}, {
x: 499,
y: 139
}, {
x: 342,
y: 93
}];
var points = [73, 250, 73, 160, 340, 23, 500, 109, 499, 139, 342, 93];
var poly = new Kinetic.Line({
points: points,