Files
ionic-framework/src/platform.js
2015-03-17 21:57:29 -05:00

5 lines
55 B
JavaScript

export function getPlatform() {
return 'android';
}