home *** CD-ROM | disk | FTP | other *** search
- class FlashPaper.SelectionRange
- {
- function SelectionRange()
- {
- }
- function equals(that)
- {
- var _loc1_ = this;
- var _loc2_ = that;
- var _loc0_ = _loc1_.headPageIdx == _loc2_.headPageIdx && _loc1_.headCharIdx == _loc2_.headCharIdx && _loc1_.tailPageIdx == _loc2_.tailPageIdx && _loc1_.tailCharIdx == _loc2_.tailCharIdx;
- _loc2_;
- _loc1_;
- return _loc0_;
- }
- }
-