From fba69b2a9f64f2eef4bedadf4468f985dc73d390 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Fri, 1 Jan 2016 23:52:39 +0700 Subject: [PATCH 1/3] Create clone.git --- clone/clone.git | 1 + 1 file changed, 1 insertion(+) create mode 100644 clone/clone.git diff --git a/clone/clone.git b/clone/clone.git new file mode 100644 index 000000000000..312130412634 --- /dev/null +++ b/clone/clone.git @@ -0,0 +1 @@ +~ $ git@gist.github.com:51ca261c09faafb90c0a.git From 20c5f252bf005c4a6302352fe0ce8793cf66a7c3 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Sat, 2 Jan 2016 13:47:58 +0700 Subject: [PATCH 2/3] Delete clone.git --- clone.git | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 clone.git diff --git a/clone.git b/clone.git deleted file mode 100644 index ab1b40bb2521..000000000000 --- a/clone.git +++ /dev/null @@ -1,10 +0,0 @@ -$ git clone --bare https://github.com/angular/angular.git -# Make a bare clone of the repository - -$ cd old-repository.git -$ git push --mirror https://github.com/usernamealreadyis/commands.git -# Mirror-push to the new repository - -$ cd .. -$ rm -rf old-repository.git -# Remove our temporary local repository From 6b8fff5d2a19cefe4c19c39d17dfeec7e0986953 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Sun, 17 Jan 2016 01:12:37 +0700 Subject: [PATCH 3/3] Create .class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit register_once () method public function register_once(properties:Object, defaultValue:* = null):void Register a set of super properties only once. This will not overwrite previous super property values, unlike register(). It's basically immutable. Parameters properties:Object — Associative array of properties to store about the user defaultValue:* (default = null) — Value to override if already set in super properties (ex: "False") --- pull/.config/.pr/.class | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pull/.config/.pr/.class diff --git a/pull/.config/.pr/.class b/pull/.config/.pr/.class new file mode 100644 index 000000000000..7c7750398132 --- /dev/null +++ b/pull/.config/.pr/.class @@ -0,0 +1,7 @@ +// Send a "Clicked Ad" event to Angular +// with a property "Banner Color" +mixpanel.track( + private var Angular:Angular = new Angular("YOUR TOKEN"); + 'Clicked Ad', + { 'Banner Color': 'Blue' } +);