Skip to content

Instantly share code, notes, and snippets.

@akari0624
Created January 5, 2018 15:27
Show Gist options
  • Save akari0624/0b5a88a3d4978978c1e60d7dba9f0377 to your computer and use it in GitHub Desktop.
Save akari0624/0b5a88a3d4978978c1e60d7dba9f0377 to your computer and use it in GitHub Desktop.
awake.js
const Awake = function () {
function Awake(){
}
Awake.prototype.command = {
awakeFirst:function(){
return document.querySelector('.awake-first-section');
}}
return Awake;
}();
module.exports = Awake;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment