com.aptana.ide.editor.jscomment.parsing
Class JSCommentMimeType

java.lang.Object
  extended by com.aptana.ide.editor.jscomment.parsing.JSCommentMimeType

public class JSCommentMimeType
extends java.lang.Object

Author:
Kevin Lindsey

Field Summary
static java.lang.String MimeType
          The JavaScript Comment MIME type
 
Constructor Summary
JSCommentMimeType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MimeType

public static final java.lang.String MimeType
The JavaScript Comment MIME type

See Also:
Constant Field Values
Constructor Detail

JSCommentMimeType

public JSCommentMimeType()