Skip to content

Instantly share code, notes, and snippets.

@i09158knct
i09158knct / jsdoit.css
Last active August 29, 2015 13:57
2014-03-23 2nd
body{margin:0;padding:0;overflow:hidden}
.banner{background-color:rgba(204,204,204,0.333);position:fixed;top:0;left:0}
@i09158knct
i09158knct / jsdoit.css
Last active August 29, 2015 13:57
2014-03-23 3rd
body{margin:0;padding:0;overflow:hidden}
.banner{background-color:rgba(204,204,204,0.333);position:fixed;top:0;left:0}
@i09158knct
i09158knct / jsdoit.css
Last active March 8, 2017 10:15
2014-03-23 4th
body{margin:0;padding:0;overflow:hidden}
.banner{background-color:rgba(204,204,204,0.333);position:fixed;top:0;left:0}
window.DI = function(key) {
return [DI, key];
};
DI.toString = function() {
return '@Inject';
};
DI._parseArgs = function(args) {
args = [].slice.call(args);