corn_js 0.1.10 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -160,7 +160,10 @@ var exports = window.exports || {};
160
160
  $.extend(delfaults, options);
161
161
  }
162
162
 
163
- $(window).unbind('click').click(function () {
163
+ // Namespace so to be sure do not touch any other click event
164
+ // Does not hide the container if the click event comes from within a popcorn container.
165
+ $(window).unbind('click.popcorn').bind('click.popcorn', function (e) {
166
+ if($(e.target).closest('.popcorn').length){ return };
164
167
  Popcorn.hideAllContainers(elements);
165
168
  });
166
169
 
@@ -1,3 +1,3 @@
1
1
  module CornJs
2
- VERSION = "0.1.10"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_js
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.2.0
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: 2012-09-07 00:00:00.000000000 Z
12
+ date: 2012-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: 623294568950664266
100
+ hash: -123172353802109215
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  none: false
103
103
  requirements:
@@ -106,10 +106,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 623294568950664266
109
+ hash: -123172353802109215
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 1.8.24
112
+ rubygems_version: 1.8.19
113
113
  signing_key:
114
114
  specification_version: 3
115
115
  summary: A javascript popup menu plugin