Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created March 8, 2017 06:36
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/670fda07ab98dba79de07cfaca24cc4d to your computer and use it in GitHub Desktop.
Save goofmint/670fda07ab98dba79de07cfaca24cc4d to your computer and use it in GitHub Desktop.
1.md
_createMagnifier: function() {
this.mag = this.magnifierController.createMagnifier(
this.$find('.loadView'), {
scale: 2,
width: 200,
height: 200,
mouseover: true
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment