Sha256: 107db75a47f4b4165be8e77642bc5f2515840634e2bdf487a7b066c299275afc
Contents?: true
Size: 432 Bytes
Versions: 7
Compression:
Stored size: 432 Bytes
Contents
/* Riassence Framework * 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
7 entries across 7 versions & 1 rubygems