rsence-pre 2.2.0.16 → 2.2.0.17

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.0.16.pre
1
+ 2.2.0.17.pre
@@ -69,8 +69,8 @@ HSheet = HControl.extend({
69
69
  'min-height', _height+'px'
70
70
  ],
71
71
  i = 0, _len;;
72
- for( _len = _styles.length*2; i < _len; i+=2 ){
73
- ELEM.setStyle( _elemId, _styles[i][0], _styles[i+1][1] );
72
+ for( _len = _styles.length; i < _len; i+=2 ){
73
+ ELEM.setStyle( _elemId, _styles[i], _styles[i+1] );
74
74
  }
75
75
  if(_this['markupElemIds']){
76
76
  var _stateId = _this.markupElemIds['state'];
@@ -81,16 +81,16 @@ HSheet = HControl.extend({
81
81
  'height', _height+'px'
82
82
  ];
83
83
  i = 0;
84
- for( _len = _styles.length*2; i < _len; i+=2 ){
85
- ELEM.setStyle( _stateId, _styles[i][0], _styles[i+1][1] );
84
+ for( _len = _styles.length; i < _len; i+=2 ){
85
+ ELEM.setStyle( _stateId, _styles[i], _styles[i+1] );
86
86
  }
87
87
  }
88
88
  //-- Show the rectangle once it gets created, unless visibility was set to++
89
89
  //-- hidden in the constructor.++
90
90
  if(undefined === _this.isHidden || _this.isHidden === false) {
91
- _styl( _elemId, 'visibility', 'inherit');
91
+ ELEM.setStyle( _elemId, 'visibility', 'inherit');
92
92
  }
93
- _styl( _elemId, 'display', 'block');
93
+ ELEM.setStyle( _elemId, 'display', 'block');
94
94
  _this._updateZIndex();
95
95
  _this.drawn = true;
96
96
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsence-pre
3
3
  version: !ruby/object:Gem::Version
4
- hash: 95
4
+ hash: 93
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
9
  - 0
10
- - 16
11
- version: 2.2.0.16
10
+ - 17
11
+ version: 2.2.0.17
12
12
  platform: ruby
13
13
  authors:
14
14
  - Riassence Inc.
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-07-28 00:00:00 Z
20
+ date: 2011-07-31 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rsence-deps