sproutit-sproutcore 1.0.0.20090720093355 → 1.0.0.20090720202429

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,8 @@
11
11
  A ManyArray is used to map an array of store ids back to their
12
12
  record objects which will be materialized from the owner store on demand.
13
13
 
14
- @extends SC.ManyArray
14
+ @extends SC.Enumerable
15
+ @extends SC.Array
15
16
  @since SproutCore 1.0
16
17
  */
17
18
 
@@ -500,9 +500,9 @@ SC.Timer = SC.Object.extend(
500
500
 
501
501
  }) ;
502
502
 
503
- /**
504
- @scope SC.Timer
505
-
503
+ /** @scope SC.Timer */
504
+
505
+ /*
506
506
  Created a new timer with the passed properties and schedules it to
507
507
  execute. This is the same as calling SC.Time.create({ props }).schedule().
508
508
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sproutit-sproutcore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.20090720093355
4
+ version: 1.0.0.20090720202429
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sprout Systems, Inc. Apple, Inc. and contributors