Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/platforms/browser/lib/system.js
blob: d50a5cff25deec28dcde0d2408a0eb06392ee821 (plain)
1
2
3
exports.print = function () {
    system.print.apply(system, arguments);
};