This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<script src="polyfill.addEventListener.js"></script> | |
<script> | |
window.onload = function() { | |
(function() { | |
var Test = function() { | |
this.link = document.getElementById('js-link'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<script src="polyfill.addEventListener.js"></script> | |
<script> | |
window.onload = function() { | |
(function() { | |
var Test = function() { | |
this.link = document.getElementById('js-link'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Start of Brightcove Player --> | |
<script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script> | |
<object id="myExperience921449663001" class="BrightcoveExperience"> | |
<param name="bgcolor" value="#FFFFFF" /> | |
<param name="width" value="480" /> | |
<param name="height" value="270" /> | |
<param name="playerID" value="2079935931001" /> | |
<param name="playerKey" value="AQ~~,AAAA1oy1bvE~,ALl2ezBj3WE0z3yX6Xw29sdCvkH5GCJv" /> | |
<param name="isVid" value="true" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<link rel="stylesheet" href="css/style.css" media="screen" type="text/css"/> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///<reference path='com/millermedeiros/signals/Signal.ts'/> | |
import Signal = millermedeiros.Signal; | |
/** | |
* YUIDoc_comment | |
* | |
* @class SignalTest | |
* @constructor | |
**/ | |
class SignalTest { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function ($, window, document) | |
{ | |
/** | |
* @version 0.3.0 | |
*/ | |
/** | |
* A bind polyfill for browsers that don't support the bind method. | |
*/ | |
if (!Function.prototype.bind) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
([\w])( )+([\w]) | |
$1_$3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AddType text/cache-manifest .appcache | |
<FilesMatch "\.appcache$"> | |
FileETag None | |
<ifModule mod_headers.c> | |
Header unset ETag | |
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" | |
Header set Pragma "no-cache" | |
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" | |
</ifModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var arrayOfProperties = [ | |
'admin', | |
'user', | |
'anon' | |
]; | |
var hash = { | |
admin: "Admin", | |
user: "user", | |
superadmin: 'SuperAdmin' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for(var col:number = 0; col < this.NUM_COLUMNS; col++) { | |
for(var row:number = 0; row < this.NUM_ROWS; row++) { | |
console.log("col", col, "row", row); | |
} | |
} |
OlderNewer