I hereby claim:
- I am seyDoggy on github.
- I am seydoggy (https://keybase.io/seydoggy) on keybase.
- I have a public key whose fingerprint is 9E1D 2DEB 564D CFA0 E077 36AF 85E5 BC97 30D9 884B
To claim this, I am signing this object:
(function (global, factory) { | |
factory(global.MyFunc = {}); | |
}(this, function (myfunc) { | |
// private | |
var privVar = 'What\'s this pattern called?'; | |
function privFunc (some, text) { | |
return some + text; | |
} | |
// public |
// assumed returned method of tokenService, a factory in my angular app. | |
function validate() { | |
var expires = new Date(sessionStore.get(XPERATION)), | |
now = new Date(), | |
deferred = $q.defer(); | |
try { | |
if (sessionStore.get(XPERATION)) { | |
if (Object.prototype.toString.call(expires) === '[object Date]' && !isNaN(expires.getTime())) { |
(function () { | |
'use strict'; | |
angular.module('myApp') | |
.controller('SomeCtrl', SomeCtrl); | |
SomeCtrl.$inject = ['$scope', '$http', ' alertService']; | |
function SomeCtrl($scope, $http, alertService) { | |
$http.put('http://some.url/user/44', { |
{ | |
"html_attributions" : [], | |
"result" : { | |
"address_components" : [ | |
{ | |
"long_name" : "76", | |
"short_name" : "76", | |
"types" : [ "street_number" ] | |
}, | |
{ |
/* So first step is to hide your actual radio button because the browser won't let you hide the real thing */ | |
input[type="radio"], input[type="checkbox"] { | |
display:none; | |
} | |
/* Next specify a font size, 8px is comes out about the same size as a regular radio button */ | |
.radio-stack{ | |
font-size: 8px; | |
} |
try { | |
parent.FF.popup.resize(document); | |
} catch(e) {} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width"/> | |
<style> | |
/********************************************** | |
* Ink v1.0.5 - Copyright 2013 ZURB Inc * | |
**********************************************/ |
I hereby claim:
To claim this, I am signing this object:
git log --pretty=format:"- %s%n%n %b" --no-merges v3.0.5.1..v3.1.0 |