replace 'fdescribe' with 'describe' in pane-axis-element-spec.coffee

This commit is contained in:
liuxiong332
2015-03-18 13:36:23 +08:00
parent 60434b1a7d
commit 8b137719a0

View File

@@ -1,7 +1,7 @@
PaneAxisElement = require '../src/pane-axis-element'
PaneAxis = require '../src/pane-axis.coffee'
fdescribe "PaneResizeHandleElement", ->
describe "PaneResizeHandleElement", ->
describe "add and remove", ->
[paneAxisElement, paneAxis] = []