webamp/js
Jordan Eldredge 9dde8dfc9c Fix snapping for non-overlapping boxes
Boxes were snapping together even if they were not overlapping in the
non-snapping axis:

    ###
    #A#
    ###

        ###
        #B#
        ###

Although A and B are near eachother on the X axis they should not snap
together, since they are far apart on the Y axis. Now they don't.
2016-08-10 18:12:38 -07:00
..
__tests__ Fix snapping for non-overlapping boxes 2016-08-10 18:12:38 -07:00
components Parse PLEDIT.TXT 2016-08-10 18:12:38 -07:00
actionCreators.js Parse PLEDIT.TXT 2016-08-10 18:12:38 -07:00
browser.js Linting improvements (#177) 2016-07-30 22:05:42 -07:00
hotkeys.js Move openFileDialog to actionCreators 2016-08-04 08:33:45 -07:00
index.js Add bare-bones equalizer component 2016-08-10 18:12:38 -07:00
media.js Don't use var (#185) 2016-08-01 22:39:29 -07:00
myFile.js Rename and move files for better clarity (#186) 2016-08-02 10:10:17 -07:00
reducers.js Parse PLEDIT.TXT 2016-08-10 18:12:38 -07:00
skinParser.js Parse PLEDIT.TXT 2016-08-10 18:12:38 -07:00
skinSprites.js Parse PLEDIT.TXT 2016-08-10 18:12:38 -07:00
snapUtils.js Fix snapping for non-overlapping boxes 2016-08-10 18:12:38 -07:00
utils.js Add ini parser and parseviscolor tests 2016-08-05 23:14:45 -07:00
winamp.js Add back playing media listener, refactor 2016-08-02 23:37:04 -07:00