waterfall_bourbon_neat_rails 1.9.9.6 → 1.9.9.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3558ca1b49c0005971b3505f0ae59f54719c58f2
4
- data.tar.gz: ff37c9f82d2c55811a4b3005d41d97e48dcddb9d
3
+ metadata.gz: 87e3dd25d729d6c23937a8b0c6a3db79ba263144
4
+ data.tar.gz: bb6470fa85ae92fc348b3193dd3ab33c2a5e52c6
5
5
  SHA512:
6
- metadata.gz: a78c3b7773c6d37798a95cf2e44c91e661bada2cca0b45acfa9438bd6d33399e32257fb3ead672becfb79a4012c56175543a539b44cbd6e3a0e09c74b1324e3f
7
- data.tar.gz: a935c07609f8248917626a0d490a5d12762975b6439168d19e8e6364cc81f10270e3dc54db10314b1b078183501ce0d52623f95d81b3c0ad31eb52d55e2e5484
6
+ metadata.gz: 7250a2d317bca70ccf27c43e64b8edd7eb80a77a061dbfbcfbcdd1029a831c610069d569a9d9e99dabdc9d8008c34408b834214db6bf57943f3a04fcfcc9da76
7
+ data.tar.gz: ef45a5ad62c7f15d6b1037c96370118936f20e603d139b7442747ad5ad4e68cbfe393a3eb06242ce8162b4779e5c035260fe123c679340f65fcf9ca4beaf587b
@@ -83,6 +83,16 @@ var Modal = function(options){
83
83
  method();
84
84
  }
85
85
 
86
+ //clear elements and listeners
87
+ Modal.prototype.clearEverything = function(){
88
+
89
+ this.$header.html();
90
+ this.$content_header.html();
91
+ this.$content_text.html();
92
+ this.$content_other_html.html();
93
+ this.$footer.html();
94
+ }
95
+
86
96
  if(arguments.callee._singletonInstance)
87
97
  return arguments.callee._singletonInstance;
88
98
  arguments.callee._singletonInstance = this;
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.9.6".freeze
2
+ VERSION = "1.9.9.7".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.9.6
4
+ version: 1.9.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.