This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | module = angular.module 'app.directives', [] | |
| module.directive 'dDraggable', -> | |
| return { | |
| scope: | |
| index:'@?' | |
| link: (scope, element, attrs) -> | |
| element = $(element) | |
| element.attr('draggable', 'true') | |
| data = element.data() | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ## The port on which Tor will listen for local connections from Tor controller applications | |
| ControlPort 9051 | |
| CookieAuthentication 0 | |
| ## Maximum amount of time (seconds) a circuit is kept alive after its last use | |
| MaxCircuitDirtiness 10 | 
NewerOlder