eyeballs 0.5.14 → 0.5.15
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +1 -0
- data/Rakefile +1 -1
- data/eyeballs.gemspec +1 -1
- data/src/drivers/jquery/modules/o_O.controller.js +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
data/eyeballs.gemspec
CHANGED
@@ -16,7 +16,7 @@ o_O.controller = {
|
|
16
16
|
var parts = rule.match(/([\+])?(\s+)?(([^ :]+)([: ]+))?([^ #]+)[ #]+([^ ;]+)[ ;]?/);
|
17
17
|
var default_bit = parts[1];
|
18
18
|
var this_action_event = parts[4];
|
19
|
-
if(this_action_event === undefined)
|
19
|
+
if(this_action_event === undefined || this_action_event === '')
|
20
20
|
{
|
21
21
|
this_action_event = ($(this).is('form')) ? 'submit' : 'click';
|
22
22
|
}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyeballs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 15
|
10
|
+
version: 0.5.15
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Paul Campbell
|