Skip to content

Commit

Permalink
Handy-dandy super-dangerous unescape method in Kandan.Helpers.Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 13, 2012
1 parent c886229 commit b4d40ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/javascripts/backbone/helpers/utils.js.coffee
Expand Up @@ -35,3 +35,6 @@ class Kandan.Helpers.Utils

@resetUnreadActivities: () ->
@unreadActivities = 0

@unescape: (string) ->
string.replace(///g, "/")

0 comments on commit b4d40ef

Please sign in to comment.