This commit is contained in:
psychobunny
2015-10-28 16:17:27 -04:00
parent 13c1dbe178
commit ef20141e8f
4 changed files with 10 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
"use strict";
/* globals define, app*/
/* globals define, app, RELATIVE_PATH */
define('coverPhoto', [
'uploader',
@@ -29,7 +29,7 @@ define('coverPhoto', [
.backgroundDraggable({
axis: 'y',
units: 'percent'
})
});
});
coverEl
@@ -84,7 +84,7 @@ define('coverPhoto', [
.backgroundDraggable({
axis: 'y',
units: 'percent'
})
});
}
};