Labs/Jetpack/Reboot/JEP/107: Difference between revisions

Line 92: Line 92:
}
}


// Pass in a function reference or a function wrapped block of script.
// Using a function reference enables removal of the script later, see
// Using a function reference enables removal of the script later
// the <i>remove</i> method below for more info.
// - see the <i>remove</i> method below for more info.


myMods.add('script', pageLog);
myMods.add('script', pageLog);
1,273

edits