Explorar el Código

Tweak search separator characters

Thibaut hace 12 años
padre
commit
dd2229eda0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/javascripts/models/entry.coffee

+ 1 - 1
assets/javascripts/models/entry.coffee

@@ -1,7 +1,7 @@
 class app.models.Entry extends app.Model
   # Attributes: name, type, path
 
-  SEPARATORS_REGEXP = /\ |#|::/g
+  SEPARATORS_REGEXP = /\:?\ |#|::/g
   PARANTHESES_REGEXP = /\(.*?\)$/
 
   constructor: ->