mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8946daaa88
commit
807f74729e
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user