Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Issue:

    • Mouse up event will be cancelled when multi-button down and release  the first one then the second one
    • Canvas
    • Javascript
      function init() {
              var stage = new createjs.Stage("demoCanvas"); // Get EaselJS's stage to register to the canvas named "demoCanvas", can have multiple
              stage.update();  // Draw on canvas
          }
       
      AJS.toInit( function(){
      	init();
      });