8f24d6a 7 years ago
1 contributor
6 lines | 0.119kb
require(['../raphael'], function(Raphael){
    var paper = Raphael(0, 0, 640, 720, "container");

    // Work here

});