sudojs-rails 0.5.0 → 0.5.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24474e1cbcb49ad39d78902cd4dcab74e09918c8
4
- data.tar.gz: 8fda2594bd72ed4a67dbefa2c4b309289e193bd9
3
+ metadata.gz: 553db92bb2ee2ed98365673edf8054cb63ac3a4b
4
+ data.tar.gz: 03aba52cdb5d416496d6b7cbc3c19ea916b5c3e8
5
5
  SHA512:
6
- metadata.gz: 3fd60f42b672b917c2428c04747f6e062bd0f09f4cc558f6014ceb6fbb6b0d310341642fa357538fe8a89449e26f44757897859bb2d169c026c2b50fecf9f538
7
- data.tar.gz: 57e2642397352417640f47af5eb729aa215ac0ab34ae117a7b188e90ba8c85a595ec21c496f0c580d73ce4d5fd4d9dfe389ac6e67a4660668b563dbbd5fafdc5
6
+ metadata.gz: 183d02ba8ef72b089fee1886e4308ec941eec2ce67e68609d3bced539b89e775ac7ea2c8c70683a686c50dcbeb93b5f8fc123cd9dec23e6a40c6b8e3a6d5ce39
7
+ data.tar.gz: ba2d0d8cb2407cdb2514c615f54e6e34c3e138be7c7db82893ba13acab4741c8d8ec260837014820b70c2693a5b9ae326eb9ea668fe395974253adb361fee7d0
@@ -1,3 +1,3 @@
1
1
  module Sudojs
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
@@ -912,7 +912,6 @@ sudo.inherit(sudo.View, sudo.DataView);
912
912
  // if not an autoRender (which will render on model change), as well as setup the events (in children too)
913
913
  sudo.DataView.prototype.addedToParent = function(parent) {
914
914
  this.bindEvents();
915
- this.eachChild('bindEvents');
916
915
  // autoRender Dataviews should only render on model change
917
916
  if(!this.model.data.autoRender) return this.render();
918
917
  return this;
@@ -941,7 +940,6 @@ sudo.DataView.prototype.build = function build() {
941
940
  sudo.DataView.prototype.removeFromParent = function removeFromParent(remove) {
942
941
  this.parent.removeChild(this);
943
942
  this.unbindEvents().$el[remove ? 'remove' : 'detach']();
944
- this.eachChild('unbindEvents');
945
943
  return this;
946
944
  };
947
945
  // ###render
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sudojs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - robrobbins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-26 00:00:00.000000000 Z
11
+ date: 2013-07-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install the latest versions of sudo.js and provide generators for fast
14
14
  and easy use.