kevorkian 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Kevorkian
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -5,6 +5,8 @@ class MD.Button
5
5
  @attributes = attributes
6
6
  @attributes["onClick"] ?= @buttonClick
7
7
  @attributes["html"] ?= @html
8
+ if @attributes["tooltip"]? and !@tooltip?
9
+ @tooltip = @attributes["tooltip"]
8
10
 
9
11
  buttonClick: (button, range) =>
10
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kevorkian
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: