Merge from master

This commit is contained in:
Chinmay Pandhare
2017-08-24 20:07:29 +05:30
parent 873492a456
commit dbc0ad6e69
2 changed files with 1 additions and 3 deletions

View File

@@ -38156,7 +38156,6 @@ ImageSequencer = function ImageSequencer(options) {
}
function modulesInfo(name) {
window.data = require('./modules/Crop/info.json');
var modulesdata = {}
if(arguments.length==0)
for (var modulename in modules) {
@@ -38196,7 +38195,7 @@ ImageSequencer = function ImageSequencer(options) {
}
module.exports = ImageSequencer;
},{"./AddStep":120,"./ExportBin":121,"./FormatInput":122,"./InsertStep":124,"./LoadImage":125,"./Modules":126,"./ReplaceImage":127,"./Run":128,"./UserInterface":129,"./modules/Crop/info.json":132,"fs":43,"jquery":49}],124:[function(require,module,exports){
},{"./AddStep":120,"./ExportBin":121,"./FormatInput":122,"./InsertStep":124,"./LoadImage":125,"./Modules":126,"./ReplaceImage":127,"./Run":128,"./UserInterface":129,"fs":43,"jquery":49}],124:[function(require,module,exports){
function InsertStep(ref, image, index, name, o) {
function insertStep(image, index, name, o_) {

View File

@@ -181,7 +181,6 @@ ImageSequencer = function ImageSequencer(options) {
}
function modulesInfo(name) {
window.data = require('./modules/Crop/info.json');
var modulesdata = {}
if(arguments.length==0)
for (var modulename in modules) {