Bump to v0.2.2.

Former-commit-id: c4516d1e2dd2ab4359233121a7f86c356425cebf
This commit is contained in:
John-David Dalton
2012-05-29 23:21:17 -04:00
parent a5712fc873
commit 281475e6ef
6 changed files with 31 additions and 15 deletions

View File

@@ -10,6 +10,9 @@
var lodash = require(path.join(__dirname, 'lodash')),
minify = require(path.join(__dirname, 'build', 'minify'));
/** Flag used to specify a mobile build */
var isMobile = process.argv.indexOf('mobile') > -1;
/** Shortcut used to convert array-like objects to arrays */
var slice = [].slice;
@@ -152,9 +155,6 @@
}
}, '');
/** Flag used to specify a mobile build */
var isMobile = process.argv.indexOf('mobile') > -1;
/*--------------------------------------------------------------------------*/
/**