SHARE
TWEET
Untitled
a guest
Jan 13th, 2016
52
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- return function(){
- var self = this;
- this.setup = function(links){
- for (var i = 0; i < links.length; i++) {
- var link = links[i];
- create(link);
- }
- }
- function create(link){
- if(!link.rel){
- return;
- }
- self[link.rel] = //same function to be decided
- }
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
