mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-29 13:49:41 +07:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
$(document).ready(function () {
|
|
new View(new Calculator());
|
|
});
|