Sha256: 52bc979d63b5ff8ff830127a078cebaa3208a2de04d085ec308da3a1511046eb
Contents?: true
Size: 326 Bytes
Versions: 8
Compression:
Stored size: 326 Bytes
Contents
/*jsl:import coherent*/ /** */ <%= namespace.empty? ? "var " : ""%><%=full_name%>= Class.create(coherent.KVO, { sampleProperty: function() { return this.__sampleProperty; }, setSampleProperty: function(newSampleProperty) { this.__sampleProperty= newSampleProperty; } });
Version data entries
8 entries across 8 versions & 1 rubygems