removed plugins directory because Kinetic will be using a configurator in the near future

This commit is contained in:
Eric Rowell
2012-07-31 20:36:36 -07:00
parent 87182d704c
commit 75b20573cd
13 changed files with 1196 additions and 138 deletions

View File

@@ -148,7 +148,7 @@ Test.prototype.tests = {
startTimer();
for(var n = 0; n < 1000; n++) {
var star = new Kinetic.Plugins.Star({
var star = new Kinetic.Star({
innerRadius: 20,
outerRadius: 50,
fill: 'yellow',
@@ -180,7 +180,7 @@ Test.prototype.tests = {
});
var layer = new Kinetic.Layer();
var star = new Kinetic.Plugins.Star({
var star = new Kinetic.Star({
innerRadius: 20,
outerRadius: 50,
fill: 'yellow',
@@ -236,7 +236,7 @@ Test.prototype.tests = {
for(var key in worldMap.shapes) {
var c = worldMap.shapes[key];
var path = new Kinetic.Plugins.Path({
var path = new Kinetic.Path({
data: c,
fill: '#ccc',
stroke: '#999',