HOME


Mini Shell 1.0
DIR:/home/drsekaran/www/admin/vendors/morris.js/spec/support/
Upload File :
Current File : /home/drsekaran/www/admin/vendors/morris.js/spec/support/placeholder.coffee
beforeEach ->
  placeholder = $('<div id="graph" style="width: 600px; height: 400px"></div>')
  $('#test').append(placeholder)

afterEach ->
  $('#test').empty()