Sha256: b7f2d280a9f480075a13b7106e1406f9186d8e6aee5ac0a02fada621bfe41f27
Contents?: true
Size: 375 Bytes
Versions: 55
Compression:
Stored size: 375 Bytes
Contents
module Preact class Params include Native::Wrapper def method_missing(prop, *args, &block) %x{ const p = #@native; if (typeof p[prop] === 'undefined') { prop = Opal.Preact.lower_camelize(prop); if (typeof p[prop] === 'undefined') { return nil; } } return p[prop]; } end end end
Version data entries
55 entries across 55 versions & 1 rubygems