Sha256: c2c049464fa02532be42a64d41d9fd89dcb5e4cffdfa30bf1e54fc3e291bafd1

Contents?: true

Size: 146 Bytes

Versions: 6

Compression:

Stored size: 146 Bytes

Contents

Netzke.ComponentWithIncludedJs = Ext.extend(Ext.panel.Panel, {
  updateBodyWithMessage: function(message) {
    this.body.update(message);
  }
});

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
netzke-core-0.7.7 test/core_test_app/app/components/included.js
netzke-core-0.7.6 test/core_test_app/app/components/included.js
netzke-core-0.7.5 test/core_test_app/app/components/included.js
netzke-core-0.7.4 test/core_test_app/app/components/included.js
netzke-core-0.7.3 test/core_test_app/app/components/included.js
netzke-core-0.7.2 test/core_test_app/app/components/included.js