Skip to content

Instantly share code, notes, and snippets.

@Bogdan808
Created November 6, 2016 17:45
Show Gist options
  • Save Bogdan808/f2d47699f444e8d9b5d428714cd29a81 to your computer and use it in GitHub Desktop.
Save Bogdan808/f2d47699f444e8d9b5d428714cd29a81 to your computer and use it in GitHub Desktop.
this.init = function() {}
this.generateUI = function() {}
this.saveOptions = function() {}
this.getOptions = function() {}
this.fillOptions = function() {}
this.updateOptions = function(a) {}
this.valueChange = function(b) {}
this.dragTo = function(h) {}
this.toggleLock = function() {}
this.toggleLockToLocked = function() {}
this.toggleLockToUnlocked = function() {}
this.toggleShow = function() {}
this.toggleShowToVisible = function() {}
this.toggleShowToHidden = function() {}
this.toggleEntry = function() {}
this.toggleEntryToVisible = function() {}
this.toggleEntryToHidden = function() {}
this.changeURL = function() {}
this.changePosition = function() {}
this.changeOpacity = function() {}
this.changeZIndex = function() {}
this.hasClass = function(b, a) {}
this.addClass = function(b, a) {}
this.removeClass = function(b, a) {}
this.bind = function(c, b, d) {}
this.unbind = function(c, b, d) {}
this.proxy = function(c, a, b) {}
this.o = {}
this.init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment