Replace _ by - in css-classes

This commit is contained in:
DanyaPostfactum 2012-10-01 16:50:23 +10:00
commit 15c5290aec
44 changed files with 146 additions and 146 deletions

View file

@ -16,7 +16,7 @@ index 23fc3fc..ed3b273 100644
+ this.highlight = function(re) {
+ if (!this.$searchHighlight) {
+ var highlight = new SearchHighlight(null, "ace_selected_word", "text");
+ var highlight = new SearchHighlight(null, "ace_selected-word", "text");
+ this.$searchHighlight = this.addDynamicMarker(highlight);
+ }
+ this.$searchHighlight.setRegexp(re);