@Description: Removes a className from the elements className array. Elements can have more than one className
@File: sb.js
@Type: function
@Param: String c Specified the className to remove from the element
@Return: returns itself
@Example:myElement.removeClassName('redStripe');