Skip to content

Commit

Permalink
Export BROWSER object.
Browse files Browse the repository at this point in the history
  • Loading branch information
moriyoshi committed May 4, 2012
1 parent b7ccc7a commit 1135b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Expand Up @@ -7,6 +7,7 @@ var Fashion = (function() {
var _window = typeof window == 'undefined' ? void(0): window;
var _Image = _window && typeof _window.Image !== 'undefined' ? _window.Image: null;
BROWSER = detectBrowser(_window);
Fashion.browser = BROWSER;

include("util/util.js");
Fashion.Util = Util;
Expand Down

0 comments on commit 1135b0b

Please sign in to comment.