File "placeholder.coffee"

Full Path: /home/cananyalcin/public_html/vendors/morris.js/spec/support/placeholder.coffee
File size: 162 bytes
MIME-type: text/plain
Charset: utf-8

beforeEach ->
  placeholder = $('<div id="graph" style="width: 600px; height: 400px"></div>')
  $('#test').append(placeholder)

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