Fixing a regression bug

This commit is contained in:
Will Marshall
2014-06-25 16:30:23 +10:00
parent b1f275dac8
commit a49fe2bf65
2 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
Darkswarm.directive "offcanvas", ->
restrict: "A"
link: (scope, el, attr) ->
el.find(".left-off-canvas-toggle").bind 'click', ->
el.toggleClass 'move-right'