xExekut3x

script.js

Dec 5th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. (function () {
  2. 'use strict';
  3. var categoryLoadButton = document.getElementById('category-load-button');
  4. var categories = {};
  5. categoryLoadButton.onclick = function () {
  6. categories = category.load();
  7. console.log(categories); // returns undefined
  8. };
  9. }());
Advertisement
Add Comment
Please, Sign In to add comment