Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function () {
- 'use strict';
- var categoryLoadButton = document.getElementById('category-load-button');
- var categories = {};
- categoryLoadButton.onclick = function () {
- categories = category.load();
- console.log(categories); // returns undefined
- };
- }());
Advertisement
Add Comment
Please, Sign In to add comment