mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added assets + dependencies
This commit is contained in:
6
bower_components/morrisjs/spec/support/placeholder.coffee
vendored
Executable file
6
bower_components/morrisjs/spec/support/placeholder.coffee
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
beforeEach ->
|
||||
placeholder = $('<div id="graph" style="width: 600px; height: 400px"></div>')
|
||||
$('#test').append(placeholder)
|
||||
|
||||
afterEach ->
|
||||
$('#test').empty()
|
Reference in New Issue
Block a user