Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created March 10, 2017 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/18c3b2e3441729ef6d63d72419d9f078 to your computer and use it in GitHub Desktop.
Save goofmint/18c3b2e3441729ef6d63d72419d9f078 to your computer and use it in GitHub Desktop.
3.md
'.setSize click': function() {
var width = this.$find('[name="width"]').val();
var height = this.$find('[name="height"]').val();
this.mag.setSize({
width: width,
height: height
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment