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.
@@ -500,9 +500,9 @@ SC.Timer = SC.Object.extend(
|
|
500
500
|
|
501
501
|
}) ;
|
502
502
|
|
503
|
-
/**
|
504
|
-
|
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
|
|