Last active
August 29, 2015 14:02
-
-
Save jkriddle/5b9fab955ec377aeac3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itemEditor.on("save", function () { | |
// show item value | |
var manifest = itemEditor.getManifest(); | |
alert(manifest); | |
var translation = itemEditor.getTranslation(); | |
alert(translation); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment