Files
image-sequencer/dist/imageboard.js
2017-01-01 16:10:50 -05:00

23 lines
349 B
JavaScript

(function(exports){
if (typeof module === 'undefined')
exports = ImageBoard;
else
module.exports = ImageBoard;
})(typeof exports === 'undefined'? this['ImageBoard']={}: exports);
var ImageBoard = function ImageBoard(options){
}
jQuery(document).ready(function($) {
var imageSelect = imageselect({ selector: '#drop' });
});