Sha256: 7297105fccde6800be185fb51f699ea6eb1ba38f61152fe4196f30c0e345513f
Contents?: true
Size: 419 Bytes
Versions: 5
Compression:
Stored size: 419 Bytes
Contents
/* RSence * Copyright 2010 Riassence Inc. * http://riassence.com/ * * You should have received a copy of the GNU General Public License along * with this software package. If not, contact licensing@riassence.com */ // Simple view for inline content (relative positioning and inline view instead of block) HInlineView = HView.extend({ isAbsolute: false, isRelative: true, displayMode: 'inline' });
Version data entries
5 entries across 5 versions & 1 rubygems