Error I am getting is (In the console):
Uncaught TypeError: Object #<Object> has no method '_initText' kinetic.js:52
I am trying to add simple Text to my canvas (using Kinetic.Js) like this
var simpleText = Kinetic.Text();
As soon as I commment this line out, there is no error or warning. But when I keep this I get the error.