Skip to content

Commit

Permalink
Reverting the change in 6ada9b2, see #215
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Dec 4, 2012
1 parent f882484 commit 2cfec03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backbone-relational.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
* CommonJS shim
**/
var _, Backbone, exports;
// Support loading requirements using `require` compatible implementations.
// In server environments, `window` is not defined; in browser environments, check for the presence of `require`.
if ( typeof window === 'undefined' || typeof require !== 'undefined' ) {
if ( typeof window === 'undefined' ) {
_ = require( 'underscore' );
Backbone = require( 'backbone' );
exports = module.exports = Backbone;
Expand Down

0 comments on commit 2cfec03

Please sign in to comment.