rsence-pre 2.2.0.31 → 2.2.0.33

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.31.pre
1
+ 2.2.0.33.pre
@@ -390,6 +390,7 @@ ELEM = HClass.extend
390
390
  Flushes buffered styles and properties into the DOM
391
391
  ###
392
392
  flushLoop: (_delay)->
393
+ _delay = @_defaultDelay() unless _delay?
393
394
  @_ieFixes() if BROWSER_TYPE.ie6 and @_ieFixesNeeded
394
395
  clearTimeout(@_timer)
395
396
  if @_flushing
@@ -408,6 +409,10 @@ ELEM = HClass.extend
408
409
  @_flushing = false
409
410
  null
410
411
 
412
+ # Alias for flushLoop
413
+ flush: ->
414
+ @flushLoop()
415
+
411
416
  ###
412
417
  Performs the flush of flushLoop
413
418
  ###
@@ -35,10 +35,10 @@ HListItems = HValueResponder.extend({
35
35
  console.log('Warning; parent does not respond to setListItemResponder');
36
36
  }
37
37
  if (_options instanceof Object) {
38
- if (_options['valueObj'] !== undefined) {
38
+ if (_options.valueObj !== undefined) {
39
39
  _options.valueObj.bind( this );
40
40
  }
41
- else if(_options['value'] !== undefined) {
41
+ else if(_options.value !== undefined) {
42
42
  this.value = _options.value;
43
43
  this.refresh();
44
44
  }
@@ -75,8 +75,8 @@ HListItems = HValueResponder.extend({
75
75
  // console.log('row:',_row,' rowType:',_rowType);
76
76
  // hashes
77
77
  if ( _rowType === 'h' ) {
78
- _label = _row['label'];
79
- _value = _row['value'];
78
+ _label = _row.label;
79
+ _value = _row.value;
80
80
  if ( _label === undefined || _value === undefined ){
81
81
  this._warningMessage( "The value or label of row "+_row+" is undefined (ignored)" );
82
82
  }
@@ -5,5 +5,5 @@
5
5
  <style type="text/css">body{margin:0;padding:0;background-color:#ddd;font-family:Arial,sans-serif;}</style>
6
6
  __SCRIPT_DEPS__
7
7
  <!--[if lt IE 7]><script src="__CLIENT_BASE__/js/iefix.js"></script><![endif]-->
8
- <script>RSence.serverConf('__CLIENT_BASE__','__CLIENT_HELLO__');</script></head>
8
+ <script>function RSenceInit(){RSence.serverConf('__CLIENT_BASE__','__CLIENT_HELLO__');}</script></head>
9
9
  <body id="body"><noscript>__NOSCRIPT__</noscript></body></html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsence-pre
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.31
4
+ version: 2.2.0.33
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-12-11 00:00:00.000000000 Z
13
+ date: 2011-12-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rsence-deps
17
- requirement: &70195813799020 !ruby/object:Gem::Requirement
17
+ requirement: &70306035911120 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - =
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '966'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70195813799020
25
+ version_requirements: *70306035911120
26
26
  description: ! 'RSence is a different and unique development model and software frameworks
27
27
  designed first-hand for real-time web applications. RSence consists of separate,
28
28
  but tigtly integrated data- and user interface frameworks.