Skip to content

Instantly share code, notes, and snippets.

View BearJS's full-sized avatar
🦍
Longback

Paul Liu BearJS

🦍
Longback
  • United Kingdom
  • 19:38 (UTC +01:00)
View GitHub Profile
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@BearJS
BearJS / .gitignore
Created March 30, 2017 11:13 — forked from smebberson/.gitignore
Express simple authentication example
node_modules
*.swp
@BearJS
BearJS / extend.js
Last active August 29, 2015 14:25 — forked from cferdinandi/extend.js
/**
* Merge defaults with user options
* @private
* @param {Object} defaults Default settings
* @param {Object} options User options
* @returns {Object} Merged values of defaults and options
*/
var extend = function ( defaults, options ) {
var extended = {};
var prop;
/*
----------------------------------------------------------
cl5976 | Written by Paul Liu | paul.liu@open.ac.uk
----------------------------------------------------------
The Open University © Copyright 2015. All rights reserved
----------------------------------------------------------
v1.10 Added fork of OU.Widgets Tabs styling
*/
/*----------------------------------------------------------General Styles*/
/*Tabs*/