Project

General

Profile

« Previous | Next » 

Revision 3a90084e

Added by koszko over 1 year ago

facilitate initialization of IndexedDB for use by Haketilo

View differences:

compute_scripts.awk
163 163
}
164 164

  
165 165
function mock_exports_init() {
166
    provides["browser"]    = "exports_init.js"
167
    provides["is_chrome"]  = "exports_init.js"
168
    provides["is_mozilla"] = "exports_init.js"
166
    provides["browser"]      = "exports_init.js"
167
    provides["is_chrome"]    = "exports_init.js"
168
    provides["is_mozilla"]   = "exports_init.js"
169
    provides["initial_data"] = "exports_init.js"
169 170

  
170 171
    processed["exports_init.js"] = "used"
171 172
}

Also available in: Unified diff