Changeset 8


Ignore:
Timestamp:
10/16/07 09:36:04 (6 years ago)
Author:
Lantash
Message:

Changeset [7] was incomplete...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/javascript/klassenbuch.tasks.js

    r7 r8  
    4545                 
    4646                var init = (function() { 
     47                         
    4748                        if (!this.initialized) { 
    4849                                var data = DirectData.get("tasks"); 
     
    7980                }).bind(this); 
    8081                 
    81                 /* if (App.initialized) { 
     82                if (App.initialized) { 
    8283                        init(); 
    8384                } else { 
    8485                        App.on("initialize", init); 
    85                 } */ 
     86                } 
    8687        }, 
    8788         
Note: See TracChangeset for help on using the changeset viewer.