Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Javi Jimenez Villar committed Feb 14, 2013
1 parent f1968f4 commit 9f5f52f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/router/Lungo.Router.Aside.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ Lungo.Aside = do(lng = Lungo) ->
@method hide
###
hide = ->
if lng.Element.Cache.aside?
if lng.DEVICE is C.DEVICE.PHONE
lng.Element.Cache.section.removeClass C.CLASS.ASIDE
setTimeout (-> lng.Element.Cache.aside.removeClass C.CLASS.SHOW), C.TRANSITION.DURATION
if lng.Element.Cache.aside? and lng.DEVICE is C.DEVICE.PHONE
lng.Element.Cache.section.removeClass C.CLASS.ASIDE
setTimeout (-> lng.Element.Cache.aside.removeClass C.CLASS.SHOW), C.TRANSITION.DURATION

###
@todo
Expand Down

0 comments on commit 9f5f52f

Please sign in to comment.