-
-
Notifications
You must be signed in to change notification settings - Fork 3
module_SJSParser
Wesley de Groot edited this page Nov 19, 2015
·
4 revisions
Commands:
SJSParser Command | JavaScript Command |
---|---|
log | (window.)console.log |
error | (window.)console.error |
if (typeof window._.SJSParser !== 'undefined') {
window._.SJSParser.extend({command: 'myCmd', exec: 'mySuperCommand'});
}
© Wesley de Groot • CC-BY 4.0 • WDGWV