sudojs-rails 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Sudojs
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
@@ -225,6 +225,7 @@ sudo.Base.prototype.role = 'base';
225
225
  //
226
226
  // `constructor`
227
227
  sudo.Model = function(data) {
228
+ sudo.Base.call(this);
228
229
  this.data = data || {};
229
230
  // only models are `observable`
230
231
  this.callbacks = [];
@@ -225,6 +225,7 @@ sudo.Base.prototype.role = 'base';
225
225
  //
226
226
  // `constructor`
227
227
  sudo.Model = function(data) {
228
+ sudo.Base.call(this);
228
229
  this.data = data || {};
229
230
  // only models are `observable`
230
231
  this.callbacks = [];
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sudojs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  segments:
78
78
  - 0
79
- hash: 2786470183056535713
79
+ hash: 2258229491469945154
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  none: false
82
82
  requirements:
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: 2786470183056535713
88
+ hash: 2258229491469945154
89
89
  requirements: []
90
90
  rubyforge_project:
91
91
  rubygems_version: 1.8.24