Method: Browser::History#current
- Defined in:
- lib/wedge/plugins/history.rb
#current ⇒ String (readonly)
Returns the current item.
77 78 79 |
# File 'lib/wedge/plugins/history.rb', line 77 def current $window.location.path end |
Returns the current item.
77 78 79 |
# File 'lib/wedge/plugins/history.rb', line 77 def current $window.location.path end |