From 9f76bc1d8d1706aabc15d88b553055e8a0664c32 Mon Sep 17 00:00:00 2001 From: Rob Buels Date: Thu, 13 May 2010 07:14:18 +0000 Subject: [PATCH] effect-less commit, testing trying to create some conflicts with git-svn git-svn-id: svn+ssh://svn.sgn.cornell.edu/cxgn/cxgn-jslib/trunk@18249 b4ddb4e3-33f1-0310-aa89-e703427ae9b8 --- Text/Markup.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Text/Markup.js b/Text/Markup.js index a043af1..69d6ff3 100644 --- a/Text/Markup.js +++ b/Text/Markup.js @@ -12,14 +12,6 @@ Text.Markup = function(styles) { } } -// markup_styles: { -// methionine: ['',''], -// stop_codon: ['',''], -// longest_orf: ['',''], -// br: '
', -// space: ' ', -// }, - Text.Markup.prototype.inflate_regions = function( regions ) { var mu = this; var ordering = 0; -- 2.11.4.GIT