tableling-rails 0.0.9 → 0.0.10

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 Tableling
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -3555,7 +3555,7 @@ _.extend(Marionette.Module, {
3555
3555
  return Marionette;
3556
3556
  })(Backbone, _, $ || window.jQuery || window.Zepto || window.ender);
3557
3557
  /*!
3558
- * Tableling v0.0.13
3558
+ * Tableling v0.0.14
3559
3559
  * Copyright (c) 2012-2013 Simon Oulevay (Alpha Hydrae) <hydrae.alpha@gmail.com>
3560
3560
  * Distributed under MIT license
3561
3561
  * https://github.com/AlphaHydrae/tableling
@@ -3563,7 +3563,7 @@ _.extend(Marionette.Module, {
3563
3563
  Backbone.Tableling = Tableling = (function(Backbone, _, $){
3564
3564
 
3565
3565
  var Tableling = {
3566
- version : "0.0.13"
3566
+ version : "0.0.14"
3567
3567
  };
3568
3568
 
3569
3569
  // Tableling
@@ -3596,7 +3596,7 @@ Backbone.Tableling = Tableling = (function(Backbone, _, $){
3596
3596
  // the table (e.g. change page size, sort) and fetch the new data.
3597
3597
  this.vent.on('table:update', this.update, this);
3598
3598
 
3599
- this.on('render', this.setup, this);
3599
+ this.on('item:rendered', this.setup, this);
3600
3600
  },
3601
3601
 
3602
3602
  // Called once rendering is complete. By default, it updates the table.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Tableling v0.0.13
2
+ * Tableling v0.0.14
3
3
  * Copyright (c) 2012-2013 Simon Oulevay (Alpha Hydrae) <hydrae.alpha@gmail.com>
4
4
  * Distributed under MIT license
5
5
  * https://github.com/AlphaHydrae/tableling
@@ -7,7 +7,7 @@
7
7
  Backbone.Tableling = Tableling = (function(Backbone, _, $){
8
8
 
9
9
  var Tableling = {
10
- version : "0.0.13"
10
+ version : "0.0.14"
11
11
  };
12
12
 
13
13
  // Tableling
@@ -40,7 +40,7 @@ Backbone.Tableling = Tableling = (function(Backbone, _, $){
40
40
  // the table (e.g. change page size, sort) and fetch the new data.
41
41
  this.vent.on('table:update', this.update, this);
42
42
 
43
- this.on('render', this.setup, this);
43
+ this.on('item:rendered', this.setup, this);
44
44
  },
45
45
 
46
46
  // Called once rendering is complete. By default, it updates the table.
@@ -14826,7 +14826,7 @@ _.extend(Marionette.Module, {
14826
14826
  return Marionette;
14827
14827
  })(Backbone, _, $ || window.jQuery || window.Zepto || window.ender);
14828
14828
  /*!
14829
- * Tableling v0.0.13
14829
+ * Tableling v0.0.14
14830
14830
  * Copyright (c) 2012-2013 Simon Oulevay (Alpha Hydrae) <hydrae.alpha@gmail.com>
14831
14831
  * Distributed under MIT license
14832
14832
  * https://github.com/AlphaHydrae/tableling
@@ -14834,7 +14834,7 @@ _.extend(Marionette.Module, {
14834
14834
  Backbone.Tableling = Tableling = (function(Backbone, _, $){
14835
14835
 
14836
14836
  var Tableling = {
14837
- version : "0.0.13"
14837
+ version : "0.0.14"
14838
14838
  };
14839
14839
 
14840
14840
  // Tableling
@@ -14867,7 +14867,7 @@ Backbone.Tableling = Tableling = (function(Backbone, _, $){
14867
14867
  // the table (e.g. change page size, sort) and fetch the new data.
14868
14868
  this.vent.on('table:update', this.update, this);
14869
14869
 
14870
- this.on('render', this.setup, this);
14870
+ this.on('item:rendered', this.setup, this);
14871
14871
  },
14872
14872
 
14873
14873
  // Called once rendering is complete. By default, it updates the table.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tableling-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-03 00:00:00.000000000 Z
12
+ date: 2013-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails