Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppler committed May 23, 2019
2 parents f68e393 + 53231ae commit c53c853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ define([
'text!../../sample.ptn',
'lodash',
'jquery',
'dialog-polyfill',
'bililiteRange',
'bililiteRange.undo',
'bililiteRange.fancytext',
'dialog-polyfill',
'smoothscroll'
], function (t, config, hotkeys, menu, Game, Board, readme, sample_ptn, _, $) {
], function (t, config, hotkeys, menu, Game, Board, readme, sample_ptn, _, $, dialogPolyfill) {

var baseurl = location.origin + location.pathname;

Expand Down

0 comments on commit c53c853

Please sign in to comment.