minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-19 03:03:29 +03:00
parent 8946daaa88
commit 807f74729e

View File

@ -4,13 +4,12 @@
*
**********************************************************************/
if(typeof(process) != 'understand'){
var pathlib = require('path')
}
define(function(require){ var module = {}
//var DEBUG = DEBUG != null ? DEBUG : true
if(typeof(process) != 'undefined'){
var pathlib = requirejs('path')
}
var actions = require('lib/actions')
var core = require('features/core')