current-device icon indicating copy to clipboard operation
current-device copied to clipboard

window[_orientation_event] = _handleOrientation; is error

Open blank opened this issue 12 years ago • 0 comments

in https://github.com/matthewhudson/device.js/blob/master/lib/device.js

window[_orientation_event] = _handleOrientation;

is error, right is:

window['on' + _orientation_event] = _handleOrientation;

blank avatar Nov 13 '13 12:11 blank