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/a8581e6089bc9ae7b02eceb498f393cb to your computer and use it in GitHub Desktop.
Save goofmint/a8581e6089bc9ae7b02eceb498f393cb to your computer and use it in GitHub Desktop.
1.md
__ready: function() {
this._load(SAMPLE_SAVE_DATA);
},
_load: function(saveData) {
this.artboardViewerController.load(
saveData,
this.$find('.loadView').hasClass('fixSize')
);
this._createMagnifier();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment