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

Commit

Permalink
Merge b695d1e into 3f13891
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Kosinov committed Apr 14, 2015
2 parents 3f13891 + b695d1e commit fadc95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/browser/client-scripts/gemini.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ var util = require('./util'),
rect = require('./rect'),
Rect = rect.Rect;

global.__gemini = exports;

// Terminology
// - clientRect - the result of calling getBoundingClientRect of the element
// - extRect - clientRect + outline + box shadow
Expand Down
3 changes: 1 addition & 2 deletions lib/browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ module.exports = inherit({
buildScripts: function() {
var script = browserify({
entries: './gemini',
basedir: path.join(__dirname, 'client-scripts'),
standalone: '__gemini'
basedir: path.join(__dirname, 'client-scripts')
});

if (!this.config.coverage) {
Expand Down

0 comments on commit fadc95f

Please sign in to comment.