Skip to content

Commit f48e5fa

Browse files
committed
changed split-test
1 parent ca65e7c commit f48e5fa

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

dist/breinify-assets.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,10 @@
230230
return;
231231
}
232232

233-
const source = this._createSource(data.mapId, settings);
233+
data.source = this._createSource(data.mapId, settings);
234234
this._renderMappedResource($el, data.type, data.mapId);
235235
// $el.removeAttr('src');
236236
// $el.attr('src', source);
237-
238-
data.source = source;
239237
},
240238

241239
_handleMappedResource: function ($el, callback) {

0 commit comments

Comments
 (0)