src/js/widgets/helloWorldWidget.js
branchpopcorn-port
changeset 766 aa26ddaf2556
parent 661 48c1beea7b1c
child 868 a525cc2214e7
equal deleted inserted replaced
765:fdfd3c92ebac 766:aa26ddaf2556
     8     this.selector
     8     this.selector
     9         .html('Hello, world')
     9         .html('Hello, world')
    10         .css({
    10         .css({
    11             "text-align" : "center",
    11             "text-align" : "center",
    12             "padding": "10px 0",
    12             "padding": "10px 0",
    13             "font-size" : "14px",
    13             "font-size" : "14px"
    14         });
    14         });
    15         
    15         
    16     console.log(this);
    16     console.log(this);
    17 }
    17 }