Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
forgot to export isXULBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvold committed Oct 6, 2012
1 parent 30537df commit cd0b11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-utils/lib/window/utils.js
Expand Up @@ -195,3 +195,4 @@ exports.getWindowTitle = getWindowTitle;
function isXULBrowser(window) {
return !!(isBrowser(window) && window.XULBrowserWindow);
}
exports.isXULBrowser = isXULBrowser;

0 comments on commit cd0b11c

Please sign in to comment.