ソースを参照

Use brikz.js name for UMD file as well.

Herbert Vojčík 7 年 前
コミット
54df234e96
2 ファイル変更1 行追加1 行削除
  1. 1 1
      support/boot.js
  2. 0 0
      support/brikz.js

+ 1 - 1
support/boot.js

@@ -39,7 +39,7 @@
 
 
 //jshint eqnull:true
 //jshint eqnull:true
 
 
-define(['require', './brikz.umd', './compatibility'], function (require, Brikz) {
+define(['require', './brikz', './compatibility'], function (require, Brikz) {
 
 
     function inherits(child, parent) {
     function inherits(child, parent) {
         child.prototype = Object.create(parent.prototype, {
         child.prototype = Object.create(parent.prototype, {

+ 0 - 0
support/brikz.umd.js → support/brikz.js