ByzantineFailure / BPM-for-Discord

BPM for Discord's Desktop App. Includes one-click installers, update notifications, and custom script support.
GNU Affero General Public License v3.0
17 stars 8 forks source link

Wrap BPM_Utils in its own object #23

Closed ByzantineFailure closed 8 years ago

ByzantineFailure commented 8 years ago

Should put all the functions in discord/addon/utils.js into their own object and create them inside an IIFE to prevent namespacing issues. This will require references to them to be changed as well.

This work should also include adding the waitForElement functions to this object.

ByzantineFailure commented 8 years ago

Done via webpack port.