unittests/tests/widgets/sliderWidget.js
branchbugslaying-after-r417-merge
changeset 428 9246dce433f8
parent 427 440ffc18f827
child 433 8d4bff9ee126
equal deleted inserted replaced
427:440ffc18f827 428:9246dce433f8
    14 							width:650,
    14 							width:650,
    15 							height:1,
    15 							height:1,
    16 							mode:'radio',
    16 							mode:'radio',
    17 							container:'widget-div',
    17 							container:'widget-div',
    18 							debug:true,
    18 							debug:true,
    19 							css:'../src/css/LdtPlayer.css'}
    19 							css:'../src/css/LdtPlayer.css'};
       
    20     IriSP.jQuery("#widget-div").html("");
    20     },
    21     },
    21   teardown: function() {
    22   teardown: function() {
    22     /* free the popcorn object because it has signal handlers attached to it */
    23     /* free the popcorn object because it has signal handlers attached to it */
    23     this.Popcorn = Popcorn("#popcorn-div");
    24     this.Popcorn = Popcorn("#popcorn-div");
    24   }});
    25   }});