close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 4, 2009, 6:57:01 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 141 | 141 | $(function(){ |
| 142 | 142 | G_MAP = new RedcliffMap(); # 呼叫 RedcliffMap() 產生 GMap2 物件 |
| 143 | | LoadLocation(); # 呼叫 LoadLocation() 從 location.json 讀檔並畫出歷史古城的位置點 |
| 144 | | new TilesSelect(); |
| | 143 | LoadLocation(); # 呼叫 LoadLocation() 從 location.json 讀檔並把資料存進 LOCATION 的 Hash 物件中 |
| | 144 | # - 呼叫 LoadElement() 從 element.json 讀檔並把資料存進 ELEMENT 的 Hash 物件中,LOAD_STATES=1 |
| | 145 | # - 呼叫 LoadEvent() 從 event.json 讀檔並把資料存進 EVENT 的 Hash 物件中 |
| | 146 | # - 呼叫 LoadBigEvent() 從 big_event.json 讀檔並把資料存進 BIG_EVENT 的 Hash 物件中,LOAD_STATES=2 |
| | 147 | # - 呼叫 LoadPeople() 從 people.json 讀檔並把資料存進 PEOPLE 的 Hash 物件中,LOAD_STATES=3 |
| | 148 | new TilesSelect(); # |
| 145 | 149 | new TabManager(['events', 'characters', 'vote'], 'characters'); |
| 146 | 150 | new Disclaimer(); |