Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaNKtext committed May 9, 2021
1 parent 82fdee6 commit 2ae4bf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/lib/pixi.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,8 @@ var PIXI = function (t) {
var Rt, Lt = !1,
Nt = "5.2.0";

function Ft(t) {}

function Bt() {
return void 0 === Rt && (Rt = function () {
var t = {
Expand Down Expand Up @@ -1334,6 +1336,7 @@ var PIXI = function (t) {
rgb2hex: function (t) {
return (255 * t[0] << 16) + (255 * t[1] << 8) + (255 * t[2] | 0)
},
sayHello: Ft,
sign: Zt,
skipHello: function () {
Lt = !0
Expand Down

0 comments on commit 2ae4bf9

Please sign in to comment.