Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- var globalCounter = 0;
- function updateCounter() {
- globalCounter++;
- }
- $.bind('initReady', function() {
- globalCounter = $.inidb.get('sometable', 'counter');
- }
- })();
Advertisement
Add Comment
Please, Sign In to add comment