Skip to content

Commit

Permalink
removed silly typho
Browse files Browse the repository at this point in the history
  • Loading branch information
martov1 authored Oct 20, 2016
1 parent 1cf2444 commit a1674e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1180,11 +1180,11 @@ function extend(out) {
return out;
};

-// am I in a commonJS environment? +
-if(typeof exports === "object" && exports) {
// let's import raphael then
var Raphael = require('raphael');
- // and i will export myself as a module.
- module.exports = JustGage;
-}
// am I in a commonJS environment? +
if(typeof exports === "object" && exports) {
// let's import raphael then
var Raphael = require('raphael');
// and i will export myself as a module.
module.exports = JustGage;
}

0 comments on commit a1674e3

Please sign in to comment.