Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Last active December 20, 2015 13:09
Show Gist options
  • Save tonylukasavage/6136506 to your computer and use it in GitHub Desktop.
Save tonylukasavage/6136506 to your computer and use it in GitHub Desktop.
requires
var Alloy = require('alloy'),
Backbone = require('alloy/backbone'),
_ = require('alloy/underscore')._;
if (typeof Alloy === 'undefined') {
var Alloy = require('alloy');
}
if (typeof Backbone === 'undefined') {
var Backbone = require('alloy/backbone');
}
if (typeof _ === 'undefined') {
var _ = require('alloy/underscore')._;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment