mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-29 05:16:32 -04:00
clean up debug code
This commit is contained in:
@@ -7,11 +7,3 @@ window.customFn = require('./custom-fn.js');
|
||||
|
||||
var platform = window.navigator.userAgent.match('Android') ? 'android' : 'ios';
|
||||
document.documentElement.classList.add('platform-' + platform);
|
||||
|
||||
window.expand = function(obj) {
|
||||
obj.size = 5;
|
||||
};
|
||||
|
||||
function unexpand(obj) {
|
||||
obj.size = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user