Sha256: 53a4796775861c08c033e1022475c2131f41b775a92a2b0484a6b86626845d97
Contents?: true
Size: 320 Bytes
Versions: 16
Compression:
Stored size: 320 Bytes
Contents
pageflow.linkmapPage.NewAreaFileSelectionHandler = function(options) { var page = pageflow.pages.get(options.id); this.call = function(file) { page.configuration.linkmapAreas().addAudioFile(file.id); return false; }; this.getReferer = function() { return '/pages/' + options.id + '/areas'; }; };
Version data entries
16 entries across 16 versions & 1 rubygems