material_raingular 0.1.5.8.1 → 0.1.5.9

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: ac9f46a1bff2bd02d487dbe43d42d571e9be24ee
4
- data.tar.gz: c7fd97a702e11b5bf8b2e056ccb3b2f54a264647
3
+ metadata.gz: 5e62779fd2f3ed3b737588110505d11dac390bad
4
+ data.tar.gz: 9f8ddbf45b1f755991ea5a971014ba83d2b7b092
5
5
  SHA512:
6
- metadata.gz: 94427137c4ce9c113cf2fccea2aaa462ba26ed294cbb7e705f44399264635fa2c3c11d828f5f180d6990dc8c59eb2bde7f5661088c2d1cefb87e8a185e214c39
7
- data.tar.gz: dae401a72f96c31f01755ecf157bdede2e1c3118c0eec6b6bd8be58a74791ebc05fa22d8104b2f9d39b234024f67dae6c858881831cbef150f7c2b8e223d5b76
6
+ metadata.gz: 99f6bc9c709f60f7a825c65d3853e4a9f8bb01262c15845246ec445546fe359426796e892948f189ea82f58e41d3a1754e25b6598582ef365c8a4d4b2edbe450
7
+ data.tar.gz: ce09791145902fdebb972250ba35122bd1a05a2ee20a64bcb1c33be6cee2ef751cc6ea3b604c58217b84b3ae8fa23ec2b6faa9dec91247c411e8e129d6e0cce8
@@ -88,7 +88,7 @@ class StandardTemplate
88
88
  @stylize()
89
89
  @bind()
90
90
  stylize: ->
91
- @search.css('width',@viewOptions.width || window.getComputedStyle(@element[0]).width)
91
+ @search.css('width',@viewOptions.width || '100%')
92
92
  @search.addClass('md-input') if @element.hasClass('md-input')
93
93
  @search.css('color', 'black')
94
94
  @element.css('position','relative').css('overflow','visible')
@@ -104,7 +104,7 @@ class StandardTemplate
104
104
  @search.bind 'input', (event)=>
105
105
  @inputFunction(@search,@typeAhead,event)
106
106
  @search.bind 'focus', (event)=>
107
- # @stylize() #TODO: This seemed wrong and was adding bad behavior look for repurcusions
107
+ @stylize()
108
108
  @focusFunction(@template,event)
109
109
  @search.bind 'blur', (event)=>
110
110
  @blurFunction(@search,@typeAhead,@template,event)
@@ -1,3 +1,3 @@
1
1
  module MaterialRaingular
2
- VERSION = "0.1.5.8.1"
2
+ VERSION = "0.1.5.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_raingular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.8.1
4
+ version: 0.1.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Moody
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-20 00:00:00.000000000 Z
11
+ date: 2016-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler