Skip to content

Commit

Permalink
Remove ES6 from a Bender.js statis, so we can run it in ES5 env witho…
Browse files Browse the repository at this point in the history
…ut transpilation. See #201.
  • Loading branch information
Reinmar committed Aug 18, 2016
1 parent 1194ef3 commit 894eb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bender/plugins/ckeditor5/static/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

'use strict';

( () => {
( function() {
// This seems to be the only way to force Require.JS to load modules starting with '/' from a different path.
var load = requirejs.load;
requirejs.load = function( context, moduleId, url ) {
Expand Down

0 comments on commit 894eb18

Please sign in to comment.